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

Ask about the use of STM32U57XX MPU

Hi, the platform is STM32U57XQuestion:The variable is in the non secure area of SRAM.Why can't variable A in SRAM1 and variable B in SRAM2 assign values to each other after turning on MPU, otherwise it will trigger a hardware exception interrupt.Do y...

YunYang by Associate
  • 485 Views
  • 0 replies
  • 0 kudos

Update Firmware over USB Virtual Comm Port

Hello,I am using the STM32F373's virtual USB port successfully.  I can connect and send packets to the uC from a web browser.  I now want to allow the user to update the firmware from the web browser by uploading a file, instead of the traditional me...

LMorr.3 by Senior II
  • 4202 Views
  • 17 replies
  • 3 kudos

Free shipping ?

Dear Company,I bought eval board from e-shop. Order # ST36685. On Invoice is "Shipping & Handling (WS-STM32H73-EMEA-MAR25-2021) - $0.00" But today I receive invoice from ST - Invoice No: 60556478, and transfer fee is 350.44 USD. Total price for this...

SPrik by Associate II
  • 729 Views
  • 2 replies
  • 0 kudos

Resolved! TIM3 periodElapsedCallback never called

In my code, after setting an on-board LED, the timer is started like this. __HAL_TIM_SET_COUNTER(&htim3, 0); while(HAL_TIM_Base_Start_IT(&htim3) != HAL_BUSY);In debugging mode, I saw that the CNT register was in fact incrementing, however in would al...

STM32F411 ADC DMA Output Issue

I have configured the ADC to use pins 1,2,3,4 for DMA transfer. I do get COM port output, however, I noticed that the outputted numbers aren't as they are supposed to be. The values for only 2 of the 4 pins change as they should. The other 2 do not.T...

dlaroche by Associate II
  • 478 Views
  • 1 replies
  • 0 kudos

UART Communication

Hi I am trying to commuicate between two boards through UART.One board is nucleof4 and other board is a processor.Im sending a data from nucleo to other board(where data gets displayed) through HAL_UART_Transmit(&huart1,(uint8_t*)"Connect",sizeof("Co...

20240910_144134.jpg
harry123 by Senior II
  • 1412 Views
  • 6 replies
  • 5 kudos

Resolved! Ethernet MAC locks up when I flush the transmit FIFO

I have 2 boards, basically identical except one has PHY KSZ8091RNA and the other has KSZ8091RND.Both use the STM32F429NIH6.The only difference I can find in the two PHYs is that I need to set to set the REFCLOCK bit in KSZ8091RNA's PHYC2 register.  W...

Resolved! STM32F407 DMA1 Trigger Issue

Hi Folks, I'm working on pattern generation on GPIO pins and I've done it successfully using bare-metal programming approach. I used TIM1 to trigger DMA2 to take data from a buffer and send it GPIOA->BSRR.  But when I try to change the timer from TIM...

zd9797 by Associate II
  • 1203 Views
  • 4 replies
  • 1 kudos