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

Error in AN2834 rev 9

Hello ST people, I spotted an error in AN2834 rev 9, figure 8. Please refer to the image attached.A negative offset error should be depicted in figure 8, but it is a positive offset error, just like in figure 7. To be a negative offset error, the act...

ke1wa_1-1718781759126.png
ke1wa by Associate
  • 1015 Views
  • 2 replies
  • 0 kudos

Resolved! How to reset counter value ?

Hello everyone, i would like to know the HAL function that allows to reset the value of a simple counter. I don't find the HAL function to reset my counter to 0 before a next counting. So all i want to do is to count, read my counter value and reput ...

LHerm.1 by Associate III
  • 12454 Views
  • 6 replies
  • 1 kudos

Initialize the bootloader on STM32L432KC

I am a new embedded software engineer using STM32L432KC for my company's projects.I have been tasked to install a bootloader into this MCU. I am not sure how to proceed. I do understand that the BOOT0 pin which is grounded has to be set HIGH and BOOT...

Abijith by Associate II
  • 1476 Views
  • 5 replies
  • 0 kudos

Resolved! How to write multiple file in sd card sdio using fatfs

Hi, 1.I want to save multiple files but only 50 or 55 files savings.and how to save files next to next file.I want to fo fill data files up to to 32 GB.  2. how to reuse same memory for multi file creationint main(void){ /* USER CODE BEGIN 1 */  /* U...

pankaj4 by Associate II
  • 1456 Views
  • 3 replies
  • 3 kudos

Flash memory data access

Hi.I want to save and load data to flash memory. (STM32F373RC)And initialization code was generated through cubemx.All functions including SPI, I2C, and ADC were successfully tested.However, saving and loading data into flash memory failed.All functi...

YS4 by Associate
  • 1483 Views
  • 1 replies
  • 1 kudos

Resolved! MCU can't be flashed anymore

Hi everyone,First I am sorry for the uneducated rest of this text and badly written code.I am currently playing around with a stm32f4 chip. I am using Platform IO CMSIS and a cheap stlink v2 to program the chip. I was trying to get PWM working when t...

Smar by Associate II
  • 1400 Views
  • 3 replies
  • 2 kudos

Phase shifted PWM

Hello, Am using STM32L412RBT6 controller to generate PWM for our battery charger product. We need to generate two PWM's and am using TIM1_CH1 and TIM1_CH1N pins to generate 2 PWM's. These are all configured through Timer1.  Here i have a requirement,...

VasuManiV by Associate III
  • 968 Views
  • 2 replies
  • 0 kudos

Resolved! SPI Communication with Timer to clock the SPI

Hello, I am building a time critical application with SPI output communication using DMA circular bufferI need to output data at a very precise frequency that is a multiple of 0.125 ns. Normally it should be 4us but It would need to be sometime 3.9us...

vbesson by Senior
  • 1336 Views
  • 2 replies
  • 1 kudos

STM32,SI4063,Software-drivenSPI

The software drives the SPI to drive the RF chip, and I add a 0r resistor to the SPI as shown in Figure 1, I can see through the logic analyzer that the SPI corresponds to the program one by one, but I don't understand that the RF chip does not emit ...

Stick_Lure_0-1718799040465.png

Resolved! Ethernet Can't Ping

Hello Guys, I'm working in stm32h743 series in ethernet and i use latest version stm32 cube mx and toolchain is stm32 cube ide latest version , many times i tried but now i'm tired . Can anyone please help me with this communication protocol? If anyo...