User Activity

I try made project with RS485After open project I haveuart_de\uart_de.axf: Error: L6218E: Undefined symbol HAL_RS485Ex_Init (referred from main.o).Resolve problem - add to project filesm32f7xx_hal_uart_ex.cAfter this all is OK
CubeMX generate file stm32f7xx_hal_conf.h. There is a lineы in this file#ifdef HAL_EXTI_MODULE_ENABLED #include "stm32f7xx_hal_exti.h"#endif /* HAL_EXTI_MODULE_ENABLED */File stm32f7xx_hal_exti.h does not exist at all anywhere else
Posted on June 28, 2018 at 08:30STM32L053R8T6 (Nucleo), STM32CubeMX 4.26Here so two bytes are transferred perfectlyaTxBuffSPIECG[0] = 0x75;aTxBuffSPIECG[1] = 0x55;HAL_SPI_Transmit_DMA(&hspi2,(uint8_t*)aTxBuffSPIECG, 2);But one byte is not transmitte...
Posted on June 12, 2018 at 00:56If we create a graphics window for GRAPHICS configuration with GUIBuilder for file GUI_App.cCreateWindow();The CubeMX is creates function in file STemwin_wrapper.cvoid GRAPHICS_Init(void){/* Initialize the GUI */GUI_I...
Kudos from