Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I am using Seeed Studio LoRaWan Project for Wio E5 Mini(STM32WLE5JC6). By default the project is using internal RTC, but I want to use an external RTC DS3231 alarm for my application to send data because it would be run through the power line and whe...
I've been trying to get MCUboot working on the nucleo-f446re board with the USB DFU sample for a couple of days now, but I'm stuck!Here's my MCUboot configuration:```CONFIG_FLASH=yCONFIG_FLASH_PAGE_LAYOUT=yCONFIG_FLASH_MAP=yCONFIG_LOG=yCONFIG_LOG_MOD...
I'm trying to write a struct of size around 680 bytes to Sector 1, Bank 2 of the flash in an STM32H757XIH6. I'm pretty new to this kind of thing so I'm slowly building on the code. I'm using the STM32 HAL driver. The address of this sector is 0x08100...
I have a custom board with an STM32F303CBT6 MCU with an external 16 MHz oscillator, but I am unfortunately not able to get Zephyr RTOS to successfully boot.From the KConfig options, it does not look like the specific variant of F303 is supported. It ...
Hello,Question related to post "How to create a project for STM32H7 with Ethernet and LwIP stack working":I downloaded, build and load the STM32H723_Nucleo_ETH to my Nucleo after I changed the board IP to 192.168.0.160 to fit my network and I run an ...
Hello, I bought STM32F429ZIT6 MCU the other day but strangely I am getting program outside error in the system and I have no hardware problem. So why is this happening? Is it a knock-off or a software problem
Hello all, I am currently working with the STM32CubeIDE. I wrote a program that didn't end up working but concluded the code was fine after reviewing it. I tried copy and pasting the code into a different project within the IDE, and it works just fin...
Hi,I am struggling to make PDM2PCM library work. My projects build without issues, but when I upload them to the board , program executes until it reaches PDM_Filter_setConfig function (tested with breakpoints). After that, it goes to infinite loop c...
Moved from the Motor Control forum as this has nothing to do with motor control. i am using stm32f469 discovery with architecture um1932, in MX i configured for Host only host CDC class for full speed (FS) my clock configuration is also correct (48m...