STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! R/W SPI with STM32H743

Hi everyone!It's my first post and I'm trying to make something with the SPI but I met the problems. Even if I configure the interface (hopefully correctly), I can't communicate with any SPI device. I bought BMP280 as a simple sensor to communicate w...

RadoslawSajdak_0-1704395076266.png RadoslawSajdak_1-1704395232572.png

Insufficient document of BL462E-CELL1

Hi!I have bought BL462E-Cell1. I need the documents of Murata Type1SC which is the key component of the discovery kit BL462E-Cell1. From the registration code printed on the sheet with BL462E-cell cannot give me the access to the documents of Murata...

ZWH.1 by Associate II
  • 1769 Views
  • 5 replies
  • 1 kudos

Resolved! Programming a SWD connection to external ST-LINK/V2

Hello. I use the NUCLEO-G071RB together with the STM32CubeIDE (Ver. 1.14.0) and STM32CubeMX (Ver. 6.10.0). I completed the first prototype phase and ported the code to a custom board with a STM32G0 MCU.I used an external ST-LINK/V2 debugger to write ...

Kmax18 by Senior II
  • 5954 Views
  • 3 replies
  • 1 kudos

Resolved! Erasing flash during RTOS task execution on STM32F4

Hi .. I am using this function to erase some sectors on the flash bool FLASH_EraseSectors(uint32_t starting_sector , uint8_t number_of_sectors) { FLASH_EraseInitTypeDef erase_init; uint32_t page_error;   /* Erase the user Flash area */ erase_...

SGasp.1 by Senior
  • 8522 Views
  • 31 replies
  • 0 kudos

STM32F411 OpenBootloader

Hi, Is there an example of an open bootloader for the STM32F4xx series? I've attempted to adapt an open bootloader example from the STM32C0xx series to create an example for the STM32F411, but I'm encountering numerous errors due to differences in th...

Mabou.1 by Associate II
  • 1263 Views
  • 1 replies
  • 0 kudos