Installing UltraLibrarian solved the problem.
A small follow up question, I get an Error as follows:
Reading config file D:\UltraLibrarian\Library\Exported\Orcad\2015-06-26_22-50-28\EDI@CAP.cfg
Warning: Error on openning file D:\UltraLibrarian…
Other Parts Discussed in Thread: HALCOGEN Hello dear experts,
I want to communicate with the TI microcontroller (Hercules RM RM46L852 ) from a stand-alone or customized software (for example Developed in Java or C#). Please guide me to understand that…
Hello Jan,
This is documented in the datasheet, not TRM. Please look for the mapping table in the datasheet that is specific to the device you are using. The table I posted is for RM46L852.
Bernd Singer95 said: after comparing HL_sys_pmu.asm (TI) and HL_sys_pmu.s (GNU gas), the Assembler Code differs.
i.e. the function _pmuGetEventCount_ misses the "lsr r0, r0, #1 " part... Which version of HALCoGen are you using?
Looking in HALCoGen…
Part Number: HERCULES_SAFETY_MCU_DEMOS Other Parts Discussed in Thread: CC1201 , RM46L852 , HALCOGEN Tool/software: Code Composer Studio Hi EveryOne
I use RM46L852 to communicate with CC1201, by SPI.
As i know, i can use speed 7.7Mhz to access CC1201…
Tammy,
It's pretty easy, you need 48MHz and 12MHz for the USB modules.
The part # in the question was RM48852ZWT and I'm not sure if this means the RM48L952 or the RM46L852.
There is a slight difference in the clock tree between the two. The RM46L852…
Other Parts Discussed in Thread: HALCOGEN , RM46L852 Hi
I use Hercules SafeTI HALCoGen. MCU: R4F series RM46L852 and Compiler:CCSv6
I try to CAN communication. I am novice,
I have questions belows
1. I can't find configuring CAN ID . It is neccessary…
Other Parts Discussed in Thread: RM46L852 First this is a HERCULES project using the RM46L852. CCS 6.1.1, ti-cgt-arm_5.2.7.
I need to replace fgetc, fflush, fopen and fclose to do some system specific functions. I include a file named file.c which builds…
Thomas,
That is an issue with programming the TI OTP. The 32-bit value at address 0x17C should read 0x0200F01C for a part that is specified for 220MHz max. The value 0x0200F019 means that the max CPU clock frequency is limited to 200MHz.
Are you…
Other Parts Discussed in Thread: RM46L852 Hey,
I am using a RM46L852 for a Battery Management System. In order to calculate the state of charge of the battery I need to store the integrated value of the battery current. This has to be updated every…