STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! unable to receive data on USART3 using DMA

Hi,I need to configure DMA for the Rx path of my USART data. I was able to get the Tx path going correctly following this thread: https://community.st.com/t5/stm32cubeide-mcus/problem-adding-usart3-functionality-to-lwip-http-server-netconn/m-p/668703...

debug by Associate III
  • 498 Views
  • 2 replies
  • 2 kudos

Resolved! Undefinded reference error at while(1)

Hey all,I've been losing my mind over this error message that generates right on the while(1) line. it says "undefined reference to `SX1276' ", but SX1276 is defined in the PV section. Before, I defined it right after int main(void) {, but still got ...

Ethernet Ping does not work in STM32f429iit6.

Assistance Needed: Ethernet Configuration Issue on STM32F429IIT6 I'm encountering difficulties in enabling Ethernet functionality on the STM32F429IIT6 board. Despite efforts, I can't ping the Ethernet connection. Could you provide example code or gui...