Hi
Working on a project that has a bootloader.
In the app, I have created some CY_NONINIT variables. Would like to understand how they will be affected when bootloader loads?
How can I access them from bootloader?
Thanks.
Solved! Go to Solution.
Hi,
I have attached a sample code please refer to that and get back if you have any queries.
Regards,
Alakananda
Hi,
Basically when ever soft reset is done and when variable is stored into the CY_NOINIT section of Bootloadable project this will not get initialised by the bootloadable project. But we need to take care of the Bootloader project.
Regards
Alakananda
Can you elaborate on what has to be done on the Bootloader side?