STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 548 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
  • 380 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
  • 3339 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
  • 958 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
  • 1708 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
  • 3259 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
  • 477 Views
  • 1 replies
  • 0 kudos

Resolved! what does the ADC "Bulb sampling mode" can do?

Hi, experts May you have a nice day! Recently, I am learning RM of STM32G474. I am a little confused about the bulb sampling function. It seems that this function cannot shorten the ADC sampling time, so what is the use of this function? hoping anyon...

Matt.Dash by Associate II
  • 1648 Views
  • 3 replies
  • 0 kudos