Open
Description
RT-Thread Version
5.2.0
Hardware Type/Architectures
GD32450Z-EVAL
Develop Toolchain
GCC
Describe the bug
Build & start debug sample located @ bsp\gd32\arm\gd32450z-eval
Appl crashed (hard_fault) on
rt_system_heap_init((void *)HEAP_BEGIN, (void *)HEAP_END);
call in board\board.c
next step in debugger went into hard_fault_handler
To prevent this crash I decresed 2 times available memory (in board.h
).
#define GD32_SRAM_SIZE 128
Ok. Program started successfully - Led1 blink. I want to see console output. Connect to COM0 (J1) via RS232-USB converter, open serial-port with putty
but nothing happens. There is no answer from the board.
What should I do to test rtthread-sample on my board ? With GD32_SRAM_SIZE = 256
. Or maybe need some fix on sample?
Other additional context
No response
Metadata
Metadata
Assignees
Labels
No labels