CY_NOINIT in a project with a bootloader

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
D_Sd_3235936
Level 4
Level 4
25 sign-ins 50 questions asked 25 replies posted

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.

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

Hi,

I have attached a sample code please refer to that and get back if you have any queries.

Regards,

Alakananda

Alakananda

View solution in original post

0 Likes
3 Replies
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

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

Alakananda

Can you elaborate on what has to be done on the Bootloader side?

0 Likes
lock attach
Attachments are accessible only for community members.

Hi,

I have attached a sample code please refer to that and get back if you have any queries.

Regards,

Alakananda

Alakananda
0 Likes