Workarround: Disable cmd_memtest() when starting firmware.
It destroys bss and data section memory. You are not able to use static or global vars.
This commit is contained in:
parent
e308982e18
commit
1b6821d1a1
|
@ -688,7 +688,7 @@ void main()
|
|||
print(" KiB\n");
|
||||
print("\n");
|
||||
|
||||
cmd_memtest();
|
||||
//cmd_memtest(); // test overwrites bss and data memory
|
||||
print("\n");
|
||||
|
||||
cmd_print_spi_state();
|
||||
|
|
Loading…
Reference in New Issue