Other Parts Discussed in Thread: CC2640
Hi all,
We are developing an application based on TimeApp example for our custom board with CC2640. We have found a big limitation regarding to internal flash size. We are starting development and we have already reached the flash limit assigned to application: our program's size in flash is already over 60KB, and our estimations are that we probably will need much more than 150KB to implement our design (only for the application).
Could you give us any advice in how to proceed? We are studying alternatives like using 2 MCUs, since it seems that we can not use any other flash as memory for program, is that true?. Is there any program section we can move to external flash?. We have one connected by SPI, and we have looking over .cmd linker file, but we have not much experience on this. Moreover, with the numbers obtained it seems that there is not an issue of a little optimization (since we need more than the double of the current used space).
Any idea or suggestion is welcome!
Thank you very much