Other Parts Discussed in Thread: HALCOGEN
Dear Team,
I am facing a strange issue.
I have made a bootloader over CAN using the reference code. Due to using the Exception vector, I have update updated the same in the Bootloader also.
The application is running with FreeRTOS and it has some pin muxing from the HALCoGen tookl. Like some peripheral pins I have converted into GPIO etc.
While using the application at 0x00000000 address it works fine. And while using the 0x10020 address for the application, I observe the muxInit fails while POR (without debugger). With the debugger it works fine.
Please help to solve it.