rosserial_stm32 icon indicating copy to clipboard operation
rosserial_stm32 copied to clipboard

how to add another STM32 Board

Open ghost opened this issue 1 year ago • 2 comments

#define STM32F3xx // Change for your device #ifdef STM32F3xx #include "stm32f3xx_hal.h" #include "stm32f3xx_hal_uart.h" #endif /* STM32F3xx / #ifdef STM32F4xx #include "stm32f4xx_hal.h" #include "stm32f4xx_hal_uart.h" #endif / STM32F4xx / #ifdef STM32F7xx #include "stm32f7xx_hal.h" #include "stm32f7xx_hal_uart.h" #endif / STM32F7xx */

This a piece of code from STM32Hardware header file, how to add stm32f103 microcontroller ? please guide

ghost avatar Apr 15 '23 12:04 ghost