Im currently working with Hercules RM42x Series board
I dont want to use HALcogen , is there anyother way to code without using HALCOGEN.
If you have any example code means pls post it
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.
Im currently working with Hercules RM42x Series board
I dont want to use HALcogen , is there anyother way to code without using HALCOGEN.
If you have any example code means pls post it
Hi Haresh,
Is there a reason why you do not want to use HALCoGen?
HALCoGen will be our base and most of all Hercules examples will be based on HALCoGen generated driver files.
If you do not want to use HALCoGen, you can use the reg_xxx.h generated out of HALCoGen for all module Register structure and Base addresses, and implement your own necessary functions. I have seen customers generating code using HALCoGen and modifying it or tuning it using USER CODE sections for custom software routines.