STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PC Testing equipment for STM32 boards.

I would like to test STM32F4/L4/H7 based boards with emulated testing software on a PC.I need to test all standard serial communication protocols along with injecting external PPS or interrupt.I need an PCI or USB adaptors or cards, and a software AP...

deckhard by Associate III
  • 920 Views
  • 3 replies
  • 0 kudos

Resolved! portability between different Cortex-M processors

I have a big project i wrote on stm32F030R8 board, which has M0 processor.However I wat to move the project to another board with M3 processor, Does my code will work ? Or because this is a new board with a diffrent processor, I will need to amendmen...

YShko.1 by Associate II
  • 625 Views
  • 3 replies
  • 0 kudos

STM32H757XI

Hi! Is there any chance that STM32H757XI will appear at the market with reasonable delivery time? The best result I've found is 48 weeks

Ahov90 by Associate
  • 428 Views
  • 1 replies
  • 0 kudos

Is this the right way to "shut down" a 32F417?

I am implementing a data save procedure when power fail is detected and want to shut down as much stuff as possible to give myself the most time to copy some data into FLASH.Shutting down the CPU has many modes which are quite complicated. I have bee...

PHolt.1 by Senior III
  • 3853 Views
  • 26 replies
  • 0 kudos

Resolved! ADC1 data format? Nucleo-u575 board

Hi everybody! Could please someone enlighten me on the data output format of the ADC1, on regular channels without oversampling, everything is set to default values? Just enabled one channel and converted it. The thing is, I use 2.5v internal referen...

Skfir by Senior
  • 1043 Views
  • 6 replies
  • 0 kudos

STM32H7 SDMMC Removal and reinsertion crashes

Hi,I'm having some issues regarding removing and reinserting an SD card on the STM32H722 using the provided HAL. I'm not doing anything special (no DMA, no interrupt). Just using the provided SDMMC1 and FATFS. First, I noticed that the library won't ...

SHewi.1 by Associate II
  • 1924 Views
  • 5 replies
  • 0 kudos

HAL_UART_Transmit BUG???

When using HAL_UART_Transmit you normally give a timeout.If Transmission time exceeds Timeout the function exits with HAL_TIMEOUT.There're two issues with this approach:1) Timeout should be retriggerable i.e. if I transmit 20 bytes @ 9600Baud an put ...

MVill.6 by Associate II
  • 3752 Views
  • 6 replies
  • 1 kudos

CAN Reception Issue for micro STM32G0B1KB

I have implemented the following CAN Codeint main(void){ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /* Configure the syst...

SRedd.4 by Associate
  • 521 Views
  • 1 replies
  • 0 kudos