Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
Compiling for LPC11U24-301 using online compiler ?
Hello,
I have developped several boards using LPC11U24-401, with applications developped using the online compiler. For PCB space reasons, I'd like to use now an LPC11U24-301 (small QFN or BGA) The application is fairly simple and should comply with the smaller RAM size. How to compile for that target ? - Declare LPC11U24-401 as usual and check the actual RAM used still fits ? - Use the mbed src ? (I've seen the LPC11U24-301 target there with different linker params) - Need to move to an offline chain for that ?
Thanks in advance for any advise.
PP
1 Answer
10 years, 1 month ago.
Less flash isn't an issue, as long as it fits. With RAM the issue is that part of the RAM usage starts at the end of the RAM, so you need to modify 1 or 2 files regarding the location of the end of the RAM, see for example: http://developer.mbed.org/questions/4643/Does-mbed-support-STM32F030F4/