Bootloader error help.

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

I'm attempting to add a bootloader to a touch pad project, so I can make tuning settings to when its in the case. I've added a new bootloader project to that workspace, made the original project bootloadable, and pointed the dependencies of bootloadable to my bootloader. When I try to build these projects together I am getting a series of errors.

1. prj.M0120:Build error: address 0x41b8 of .\CortexM0\ARM_GCC\484\Debug\CapTouch.elf section '.text' is not within region 'rom'
2. prj.M0120:Build error: .\CortexMo\ARM_GCC_484\Debug\CapTouch.elf section \.eh_frame' will not fit in region 'rom'

   

3.prj.M0120:Build error: section .cyloadablemeta loaded at [00003fc0,00003fff] overlaps section .text loaded at [00001580,000041b7].

   

4. prj.M0120: Build error: region 'rom' overflowed by 0 bytes.

Can anyone help? 

0 Likes
4 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Your Captouch project is too large.

   

I successfully compiled it by

   

1st Updating Creator to latest version.

   

2nd Updating the components (in Creator under Project menu)

   

3rd Compiling in "Release" mode which uses a stronger optimization.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Thanks Bob! That worked.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You are always welcome!

   

 

   

Bob

0 Likes
Anonymous
Not applicable

I jut got the  CY8CKIT-042-BLE and when trying to install the SW tools, I got may problems

   

- Could you confirm which SW tool I suppose to install ?

   

- I am getting familiar , besides the SW tool, is there any file to use to program the flash ?

   

 

   

regards

   

 

   

0 Likes