When debugging low level function on NuttX you should to use it:
lib_lowprintf("I am here\n"); sleep(1);
Just remember to define in the config file:
CONFIG_DEV_LOWCONSOLE=y
When debugging low level function on NuttX you should to use it:
lib_lowprintf("I am here\n"); sleep(1);
Just remember to define in the config file:
CONFIG_DEV_LOWCONSOLE=y