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! Creating memory sections

Hello everyone once again, i am trying to split the main flash memory (just by using the .ld file) to put in each one a specific code (bootloader, DFU, app), i did what you can see in the image below, but i am not sure why the DFU and FLASH sections ...

0693W00000QLjNzQAL.jpg 0693W00000QLjOiQAL.jpg
RComa.1 by Associate II
  • 1065 Views
  • 2 replies
  • 0 kudos

Resolved! I want to change source formatting of if statements from the top example to the bottom example shown. I want the brackets to align with the if, i.e. same column..

if (SW1Pressed_F && (!SW1ActionTaken_F)) {   DesiredSpeed = 10;    DesiredDirection = LEFT;   } if (SW1Pressed_F && (!SW1ActionTaken_F)) {   DesiredSpeed = 10;    DesiredDirection = LEFT;   }

inotec by Associate III
  • 2970 Views
  • 10 replies
  • 0 kudos

My NUCLEO L496ZGP stopped working.

I was Displaying HSI on Serial Port using Alternate Functions, as soon i enabled the HSI i got the following error messege.Target no device foundReason: No device found on target.Looking Forward for help.Regards.

MUmer.1 by Associate
  • 500 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 UART DMA Receive unknown length of data.

I use STM32H753 and USART1 with DMA to receive data of unknown length (Min: 8 bytes Max: 512 bytes) from PC. Data will be sent in burst after every one second. My baud rate is 9600. So approx 1ms per byte.So, maximum, I'm going to get all the data in...

MJ_1992 by Associate II
  • 12267 Views
  • 13 replies
  • 1 kudos

problems with timers and i2c

hello, i'm using a stm32f4 discovery to control a dc motor, for this i've used different timers for the different actions i have to do in this one, TIM2 is in charge of reading encoder, TIM3 is the pwm generator that goes to a H bridge, TIM4 i use it...

Cnnon.1 by Associate
  • 1280 Views
  • 2 replies
  • 0 kudos

Resolved! AN4661 interface signal layout guidelines for high speed SDMMC operation states "keep the same number of via between data signals". Am I interpreting this correctly?

I am interpreting this to mean that each data signal (including CMD line) should all contain equal number of vias. For example if line D0 is routed to MCU and this trace requires 2 vias on its path to the MCU then all other data signals should also c...

RMora.4 by Associate III
  • 1025 Views
  • 2 replies
  • 0 kudos

Resolved! Clock recovery system CRS

Hello,I have problem with CRS (Clock recovery system) in STM32F091xx. I use HSI48 and I want to generate synchronization with LSE (32.768 kHz).How to set FELIM in CFGR register and TRIM in CR register ?Thank your for help.

pferd by Associate III
  • 1130 Views
  • 3 replies
  • 0 kudos