STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-STM32F4 compiling error using Eclipse

I just bought a Nucleo-STM32F466RE and have a problem to use it. I tried to use Eclipse like this tutorial: https://www.carminenoviello.com/2014/12/28/setting-gcceclipse-toolchain-stm32nucleo-part-1/ and I have a problem in compiling the test project...

JJuli by Associate
  • 351 Views
  • 0 replies
  • 0 kudos

Resolved! CHS to LBA conversion - How to get CHS and SPT on uSD card?

I need to do conversion between CHS addressing to LBA using the following formula:LBA = (( C x HPC ) + H ) x SPT + S - 1where,C, H and S are the cylinder number, head number, and the sector numberLBA is the logical block addressHPC is the number of ...

Zaher by Senior II
  • 3124 Views
  • 17 replies
  • 0 kudos

What is a solution of this problem?

Rebuild target 'Target 1'assembling startup_stm32f10x_hd.s...compiling core_cm3.c...compiling misc.c...compiling stm32f10x_gpio.c...compiling stm32f10x_rcc.c...compiling stm32f10x_usart.c...compiling stm32f10x_can.c...compiling stm32f10x_tim.c...comp...

MAyar by Associate
  • 591 Views
  • 1 replies
  • 0 kudos

STM32F7 and I2S CODEC (CS43L22)

I'm working on a new PCB design based on ST32F746 Discovery schematics.I want to change the CODEC to a cheaper CS43L22 DAC.Can someone help me make the correct connections to the DAC (MCLK, SCLK, SDIN, LRCK) ?An F7 schematic with this DAC would be gr...

RRoon by Associate II
  • 674 Views
  • 2 replies
  • 0 kudos

STM32F413-DISCO, How can i ru MEMS example

Hi, i have STM32F413-DISCO, this board can do this:"The demonstration firmware uses the MEMS motion sensor to blink the four LEDs according to the motion direction and speed. Connecting the board to a PC with a second USB 'type A to micro-B' cable co...

Vlad Sol by Associate
  • 403 Views
  • 0 replies
  • 1 kudos

Resolved! Typo inside the STM32F429 datasheet?

Hi. Believe to have found a typo inside the STM32F429 datasheet (document DocID024030 Rev 10). Studying the use of the STM32F429NI DISC1 Kit and the use of the onboard TFT display. The source code is noting that the CPU is configured into AF14 (alter...

0690X000006ClJ3QAK.png 0690X000006ClJ8QAK.png 0690X000006ClKfQAK.png
Mon2 by Senior III
  • 688 Views
  • 4 replies
  • 0 kudos

HardFault_Handler in writing 64bit to Flash

I'm using a Stm32f429VI, and I try to write in 64bit mode to the flash.The system goes every time to HardFault_Handler.In 32bit mode I have no problems.I think there is a bug in FLASH_Program_DoubleWord() function ( instm32f4xx_it.c) : the functi...