Posted on August 29, 2017 at 15:02You will have to either turn on some debug options to get some output for use a SWD debugger to get more information. Enabling debug output can interfere with USB operation since it I very time critical. NuttX sup...
Posted on August 16, 2017 at 18:42That configuration does not support the USB serial console interface. If you want the USB console, you need to use the usbnsh configuration. That is the difference between the two configurations!
Posted on August 14, 2017 at 19:21I am also thinking about simple point-to-point 6LoWPAN support for the super cheap NRF24L01 radios (32 byte payload). And BLE. BLE 4.0 is limited to 33 byte packets with only 20 bytes for payload. With L2CAP that ...