HSSP Example AN73054 related

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

cross mob
AMSH_1344256
Level 1
Level 1

I am using AN73054 HSSP example code to program another PSOC5LP . I used C# code  to get HexImage.h and HexImage.c  after replacing the existing hex file with new one(my application hex file) i found that during compling it give error in cm3gcc.ld file that ".rodata will not fit in region rom".

   

i could not understood for the same pSOC what may be the region.

   

kindly suggest the change to remove the error

   

regards.

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

Your code does not fit into rom (flash).

   

Solution: shorten / optimize code.

   

 

   

Bob

0 Likes