You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue occurs after I updated platformio-core up-to date.
It seems any nxplpc boards that has few RAM (4KB) occurs this issue.
(In fact, any program I wrote for lpc1114fn28 generates same error message below)
If possible, please guide me how to downgrade these frameworks above to avoid this issue.
I'm happy to test & confirm any idea/solution if someone provides me. :-)
The text was updated successfully, but these errors were encountered:
Hi @iwaita2ya! Indeed, it looks like you are out of RAM. Are you able to compile your project using mbed-cli tool? You can try to use an older version of the platform (3.5.0 with mbed 5.10.1):
I confirmed now the project can be compiled successfully with platformio.ini setting you provided.
Thank you for providing useful info. I will keep in mind when I work with these boards.
JFYI, current mbed-cli OS2 library has issue (mbed.h and some files are missing) and I needed to specify older mbed-cli revision for compiling this example project with mbed-cli.
This issue occurs after I updated platformio-core up-to date.
It seems any nxplpc boards that has few RAM (4KB) occurs this issue.
(In fact, any program I wrote for lpc1114fn28 generates same error message below)
Below is my current platform versions
If possible, please guide me how to downgrade these frameworks above to avoid this issue.
I'm happy to test & confirm any idea/solution if someone provides me. :-)
The text was updated successfully, but these errors were encountered: