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! 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
  • 842 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...

How to increase SPI data size of STM32F107 to 24 bit ?

I'm working on STM32F107 microcontroller standard library and interfacing external ADC through SPI.In SPI configuration , there are two data size, 8 bit and 16 bit as in below lines - #define SPI_DataSize_16b        ((uint16_t)0x0800)#define SPI_Data...

STM32L432KC internal reference

I am working with STM32L432KC in range VDD and VDDA 1.8-3.6V.I have read the reference manual. It doesn't say anything about how to apply the internal reference 1.2V. as a reference of ADC and DAC?

OPIAN by Associate
  • 596 Views
  • 1 replies
  • 0 kudos

How to change the clock source using the register?

So, There are two sourse of clocks in STM32.1) Inner RC generator2) External crystal.I need to use second variant. I use asm.I determined the address responsible for choosing the source of clocking. The address is 0x40023800. I wrote down the value ...

MSerg by Associate
  • 705 Views
  • 2 replies
  • 0 kudos

SPI Slave Problem: For STM32L151, If SPI2 is configured as SPI Slave, what is the expected frequency from SPI Master for which STM32L151 can transmit data without any issues?

STM32L151's AHB is at 32Mhz and APB runs at 16MHz.Given in the datasheet that SPI Slave clock can be APB clock/2 max.I have tried to transmit 7 bytes of data from STM32L151. I am able to receive data properly if my SPI master clock is configured to 2...

Behaviour of PC13 not as expected.

Posted on March 17, 2018 at 16:25I am setting up a board that uses an STM32F103C8. It has an LED on PC13. I am running FreeRTOS and configuring with STMCubeMX. I am also enabling the LSE clock and RTC.Using Cube MX I configure this and ensure that T...

STLink and target Supply Power

I am working with a STM32L0538 discovery board and am ready to move to my own target board. According to the documentation I can use the STLink/V2-1 portion of the discovery board as the debugging interface for my target board using the CN5 connector...

erussell by Associate II
  • 807 Views
  • 1 replies
  • 0 kudos