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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I export and modified a project, built under Keil, and only a empty main function like below, the built .bin file is 2K.
If I add a SPI in it like below, the built .bin file is 16K
Is it too big?
If I want to modify the library to reduce to bin size, where could I get the source code?
The official repo only supply .o files.
If there no source of mbed library downloadable, how could I migrate to my own circuit?
Thank you in advance.
Cid