bootloadable component: error text not within 'rom'

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello,

see attached my project - it always give an error if I compile with the bootloadable component.

If I remove the bootloadable I have no compile error more

With the Eva-Kit I also implemented a bootloadable component (bootloader) and there I never had such a problem/error.

I have no idea what that could be? (the bootloader project I can run on the device without problem)

pastedImage_3.png

thank you

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Pierre,

I'm afraid the root cause is...the code size is larger than the internal Flash size of this PSoC device...

4025 series has a 32K Flash..but 4024 series has a 16K flash only.

Thanks,

Ryan

View solution in original post

0 Likes
2 Replies
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Pierre,

I'm afraid the root cause is...the code size is larger than the internal Flash size of this PSoC device...

4025 series has a 32K Flash..but 4024 series has a 16K flash only.

Thanks,

Ryan

0 Likes
Anonymous
Not applicable
I'm afraid the root cause is...the code size is larger than the internal Flash size of this PSoC device...

unfortunately you are right:

Project size:

pastedImage_1.png

Bootloader Project size:

pastedImage_2.png

0 Likes