This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hercules using REGISTER access method

Other Parts Discussed in Thread: HALCOGEN

anyone who tried Hercules using REGISTER ACCESS method ??

Pls give me few example how to code Hercules using Registers (without HALCoGen)

  • Hi Haresh,

    The Hercules MCUs are configured using control registers which are all memory-mapped. You need the addresses of these registers and then you can write your own initialization sequence to set up the MCU. You can use HALCoGen if only for generating the header files that contain the register addresses. You can also use the initialization sequence generated by HALCoGen (sys_startup.c) as a reference.

    As a side note, are you seeing any issues with the code generated by HALCoGen? Which specific Hercules MCU are you writing code for?

    Regards, Sunil