2022-09-05 10:36 AM
The STM8 Standard Peripheral Library does not include example config files (header files) for STM8 Nucleo boards. Are headers for the Nucleo-S208RB available online? I though I ask before creating one... Thanks!
Solved! Go to Solution.
2022-09-06 09:15 AM
Download AN5178 from section "Demo resources" (en.FW_for_AN5178_on_STM8S.zip), there you find files you are looking for.
2022-09-05 12:33 PM
2022-09-05 12:51 PM
Thank you for your response. The STM8 SPL includes only examples for the STM8_EVAL and STM8_128_EVAL boards, not for Nucleo boards. See the 'Utilities' sub-folder.
2022-09-06 12:43 AM
what should "config files for STM8 nucleo" contain ? On STM8S208RB Nucleo you have only user button (PE4), LED (PC5) and UART (PA4/PA5).
2022-09-06 06:38 AM
Hello Michal, thanks for your response. You are correct, the SPL header file stm8s.h contains the MCU specifics needed for the Nucleo-8s208RB board.
2022-09-06 07:50 AM
Application note AN5178 on www.st.com includes example code for STM8 Nucleo-64 board, including the header STM8S_nucleo.h.
2022-09-06 09:15 AM
Download AN5178 from section "Demo resources" (en.FW_for_AN5178_on_STM8S.zip), there you find files you are looking for.