Forum Replies Created
-
AuthorPosts
-
mfkfx
ParticipantThank you very much!
mfkfx
ParticipantHello again,
changing flash mode from qio to dio did the job 🙂
One last question: Now I’m trying to send a simple text over UART.
I added the “Peripheral Drivers (IoT)” in Properties -> Frameworks. Why can’t I use os_printf(“hello”)?
There is a define is osapi.h:#define os_printf os_printf_plus
The error is: ‘os_printf_plus’ was not declared in this scope.
Do I have to add a library in Properties -> Makefile settings -> Library Directories ?
Regards
mfkfx
ParticipantHello again,
it seems the program does not start from flash. When I create the HTTP example, it looks like the flash programming is finished and the error message is appearing when the debugging starts.
However, when I disconnect the debugger and reset the chip, no WLAN-AP does appear.Do I have to adapt the flash configuration parameters? What can I do to solve this?
Regards
mfkfx
ParticipantSome additional Information: I am using a J-Link Edu as Debugging device. It makes no difference if I connect the ESPs reset Signal to nTRST (JTAG reset)Â or to RESET (System reset) of the J-Link.
mfkfx
ParticipantI have the nodemcu devkit.
The board was not starting from Flash because I removed a low-resistive connection between GPIO15 and GND for testing purposes. Now i have inserted a 10k resistor, so the board will try starting from flash.
Unfortunately I have a new problem: Received a SIGTRAP: Trace/breakpoint trap.Can you help me with that?
Thank you very much!
-
AuthorPosts