Update documentation

pull/11/head
Mikael Nousiainen 2020-09-03 22:19:21 +03:00
rodzic b8861eccf6
commit 5d24cdcd7e
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -119,7 +119,8 @@ and install GDB from [ARM GNU GCC toolchain](https://developer.arm.com/tools-and
Semihosting allows the firmware to send log messages via special system calls to OpenOCD, so that you
can get real-time feedback and debug output from the application.
*Semihosting needs to be disabled when not connec
**Semihosting has to be disabled when the RS41 radiosonde is not connected to the STM32 programmer dongle,
otherwise the firmware will not run.**
### Steps to start firmware debugging and semihosting

Wyświetl plik

@ -2,6 +2,7 @@
#define __CONFIG_H
// Enable semihosting to receive debug logs during development
// NOTE: Semihosting has to be disabled when the RS41 radiosonde is not connected to the STM32 programmer dongle, otherwise the firmware will not run.
//#define SEMIHOSTING_ENABLE
//#define LOGGING_ENABLE