Hello
I am trying to flash nuttx in my stm32f103c8t6
But facing some difficulties
yashvi-shah@yashvi-shah:~/nuttxspace/nuttx$ openocd -f
interface/stlink-v2.cfg -f target/cs32f1x.cfg -c init -c "reset halt" -c
"flash write_image erase nuttx.bin 0x0800"
Open On-Chip Debugger 0.12.0
Licens
I am using NuttX on a STM32F446RET.
I have the console enabled (serial) and am able to receive data from my
target, however NSH is not responding to commands sent over serial.
I can execute commands from my nsh_romfsimg.h file, although cd fails with
code 2 and ls fails with the message "out of m
Hi Russell,
Question: if you use the original board nsh example, does it work?
About the out of memory, please try to run the "free" command, it could
return the amount of free memory.
I noticed you enabled many features (and debugging), also I noticed you are
enabling cu terminal, but you have