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

Resolved! Mrgrate STM32G0B1 to STM32G0B0?

Dear SIR, We want to use STM32G0B0 to develop our project. We want to use EVK to write code before our board comes.But there is NO STM32G0B0 EVK, only STM32G0B1 EVK exist.(or NUCLEO-G0B1RE, https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html)Ho...

E-John by Associate III
  • 3117 Views
  • 4 replies
  • 0 kudos

Issue with Fatfs on SLC micro SD with wear leveling

Hello,I'm using a microSD connected with SPI to a STM32F4 microcontroller. I have used MLC micro SD card with fatfs for years without any issues. Recently, I have switched to SLC NAND micro SD, Industrial grade, with Wear Leveling (for application sp...

frnt by Senior
  • 2375 Views
  • 5 replies
  • 0 kudos

Missing information in G431 Manual

I got two things i dont understand or needs more information. In the manual it says"The Flash memory is programmed 72 bits at a time (64 bits + 8 bits ECC)."I somewhat know about ECC, but i dont know about the "8 bits". Can i just ignore this? Progra...

Tobe by Senior III
  • 749 Views
  • 1 replies
  • 0 kudos

Resolved! How to do ADC -> DMA in double buffer mode configuration

Hi All,I am trying to implement a code on STM32H723 Nucleo-144 where the ADC uses DMA configured in double buffer mode. I cant find any examples on how to do it. I have tried to analyze the ADC to DMA in circular mode code, but I struggle to convert ...

elso by Senior
  • 3661 Views
  • 9 replies
  • 1 kudos

Resolved! STM32f103c8t6 how to comfigure TIM3 for a period of 5ms

Hi community,I am trying to port a project from old library maple leaf or older built for Arduino to to STM32cubeIDEthis function I couldn't find any ref to it, my guess it that is sets the period to 5ms Timer3.setPeriod(1000 / 200); browsing some th...

Keita by Associate II
  • 4428 Views
  • 8 replies
  • 1 kudos

Resolved! How to I disable the USB on the STM32L4

Hi I am using the USB CDC on a STM32L433 with the command MX_USB_DEVICE_Init(); to communicate through the USB. In my app, I go into standby mode (by using the HAL_PWR_EnterSTANDBYMode()) command. How do I disable the USB before entering standby?  I ...

Can USB CDC_Receive_FS Callback be called more than once

Hello,I've enabled a USB virtual com port on an STM32F373 successfully.  The CDC_Receive_FS function in usbd_cdc_if.c gets called when data is received.  I never expect to never receive a 'packet' greater than 64 bytes and have created my USB buffer[...

LMorr.3 by Senior II
  • 1431 Views
  • 2 replies
  • 0 kudos

STM32 RS485通讯 - 在2.5Mbps波特率下可以接收数据吗?

STM32F051C8T6产品,想用来和多摩川的编码器产品通讯,发送数据0x02,多摩川编码器发送6个字节返回。但用6个字节的中断得不到数据,用6个字节读取也无法得到数据。中断只能收到一个字节,02。有指导问题出在哪里了?

caixf by Associate II
  • 924 Views
  • 1 replies
  • 0 kudos

Change Flash Standard Boot Startup Adress with STM32ide

 using stm32ide and a stm32f407 I would like to change the boot address to 0x8000000 to leave the first 4 sectors free from 0x4000 to position the boot at 0x8010000 I made a series of settings (not sufficient). in flash.ld file change1) FLASH (rx) : ...