On Fri, Feb 17, 2017 at 3:38 AM, will sanfilippo <[email protected]> wrote: > Hello there Marcos: > > Indeed, some of the sample apps probably wont run in 16KB RAM. If a malloc > fails it should be pretty easy to debug as I would suspect most mallocs in > the code assert() if they cant get the memory. > > Is there a specific app your want to run? > > Hi!
Good hint! I'm going to look into the assertions throughout the code to see if it can help debugging mallocs. I was looking for running something that would support BLE peripheral, it seems that now I got it working.. But yes, 16kb RAM implies in a few limitations (compared to something like a M4F nrf52) Thank you, Marcos
