User Activity

Hi All,I am trying to get my Nucleo-U575ZI-Q to receive low level USART data using DMA. I have set it up to be a circular buffer in the IOC file but everytime I receive 1024 bytes for example after that it won't receive anything.When I call LL_DMA_Ge...
Hi all,I am using the Nucleo STM32U575ZI-Q and have been trying to get low level USART with DMA working. Transmitting data works fine as I can see the data using a logic analyser but when I try to receive data either from another Nucleo or putting th...
When debugging custom hardware with the STM32L431KC, the debugger gets stuck in the reset handler:Reset_Handler: ldr sp, =_estack /* Set stack pointer */And in the console it says:Open On-Chip Debugger 0.12.0-rc1+dev-00061-g5e9b46d77 (2022-10-...
Hi,I am trying to implement a method of reusable code starting with STM32 projects. I have multiple micro controllers (F4, F7 etc) that will need to run the same application code. As STM generate the Drivers/HAL for me. Would I need to write API func...
Hi,I am fairly new to the CI/CD processes. I am currently trying to use Bitbucket to run a pipeline to build my STM32CubeIDE project. I have set up the project on Windows in the STM32CubeIDE, I have then setup a pipeline using the image circutor/stm3...
Kudos from