User Activity

hello,I have a syntax error on one line but no compilation error with stm32cubeide 1.14.1HANDLE_busQuadSPI_CREATE(g_hbusQSPI_storage , &g_hqspi) ; //syntax error HANDLE_busSPI_CREATE(g_hbusSPI3_interne , &g_hspi3); // no syntax errorwith#define HAND...
Hi,I have been using stm32cubeide for years but I never understood anything about GDB and the toolchain.I discovered the visual studio code interface with interest (the code is incredibly more readable in vsc by default) and I said to myself that it ...
HelloI am using CubeIde and cubeMx on a project for several years with no issues.But I am facing today a limit of CubeMx:On a STM32L431RCTx I need to have UART2_RX on PA15 and PA2 as GPIO_EXT, not as UART2_TX. CubeMX forces me to have PA2 as UART2_TX...
Hello I'm using a stm32L431. here the documentation :https://www.st.com/en/microcontrollers-microprocessors/stm32l4x1.html#documentationHSI is enabled at 16MHz for USART2, used to receive a 1200Bd signal (7bit data + even parity + 1 stop).I receive w...
HelloI'm using a stm32L431 with an STLinkV3https://www.st.com/en/microcontrollers-microprocessors/stm32l4x1.html#documentationHSI is enabled at 16MHz for USART2, used to receive a 1200Bd signal.I receive wrong characters because of the trim.I underst...
Kudos from
Kudos given to