This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52810 flash size

I used keil to compile nrf52810 code. Now it is more than 60K. What if the code size exceeds 60K? Does the program still work?

Parents
  • Hi! liuyangfeng:

    If your keil C or gcc SES project file configuration and LD files are exactly. The compiler will be error before your system is used  out of memory range. So you never feel work fail before you download the code. But it may be abnormal and work fail , if you defined the large range memory for your SOC(nrf52810).....However, may be work fine in DK (because DK resource is larger than 810), but it must be failed in your design board. 

Reply
  • Hi! liuyangfeng:

    If your keil C or gcc SES project file configuration and LD files are exactly. The compiler will be error before your system is used  out of memory range. So you never feel work fail before you download the code. But it may be abnormal and work fail , if you defined the large range memory for your SOC(nrf52810).....However, may be work fine in DK (because DK resource is larger than 810), but it must be failed in your design board. 

Children
Related