STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Calibration issue on STM32H750 - DIV256 versus DIV1

The calibration at a DIV256 works most of the time but some MCU must be calibrated with a DIV1 otherwhise I get an offset of zero. We use VREFBUFF as reference. We try to swap an MCU with good result (DIV256 worked). One MCU calibrated but with error...

guys_fr by Associate II
  • 678 Views
  • 4 replies
  • 0 kudos

Hardfault in STM32L4S5ZI with IAR

Hi ST Community,I have a project running on STM32L4S5ZI and I use IAR for compiling and flashing of the firmware. My application has a file system (a 16MB flash memory) that is interfaced with the STM32 using an SPI interface. The device also has a w...

SJant.1 by Associate III
  • 665 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with Flash write STM32G474RE

Dear colleagues,I woild like to ask you help me with may issue below:Why do I lose data when writing flash memory and an error occurs my code in the attachment.Code seems good, but I am sure that I loose something.In memory loosed letters "llo" from ...

IPast.1 by Associate II
  • 1554 Views
  • 6 replies
  • 0 kudos

Resolved! STM32驱动EC11编�?器

使用STM32F446RE的Tim encode模�?接�?�EC11编�?器数�?��?�以区分正�??转�?�?如何使用LL库实现?

YLi.13 by Associate II
  • 953 Views
  • 6 replies
  • 0 kudos

FMC vs FSMC

Hello,A product I'm working on requires communicating with an FPGA over an 8 bit data + 24 bit address bus.To support a legacy design with the least possible changes I need the bus to toggle at 43.75 MHz.All I need is single (non-burst) address acces...

skon.1 by Senior
  • 2286 Views
  • 3 replies
  • 0 kudos

Resolved! stm32f446re gpio as active LOW reset pin

im using pc8 as a reset pin and ive check it with a logic analyzer and wen its initalized it drops low then goes back to high before im calling my function to drop it low btw im using saleae logic 2 void reset_pin_init(void){ //PC8 RCC->AHB1ENR |= ...