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! CAN bus stop working when cpu is put in sleep (STM32F205VGTX)

On STM32F205VGTX, when I put cpu in sleep by using this command: HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI); CAN peripheral stops working. It does not acknowlege bus messages anymore and there is no CAN interrupts to wake up...

HSagh.1 by Associate II
  • 2065 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4 Bus Matrix Arbitration Priority

In the STM32F469, can the bus arbitration priority (amongst the different bus masters) be changed? From my reading of the Application Notes and the Reference Manuals this doesn't seem to be the case. But I'd like to get a confirmation just the same. ...

ribdp by Associate II
  • 1739 Views
  • 1 replies
  • 2 kudos

Flash memory frequency using QSPI is too slow.

The stm32h747 controls Flash memory using qspi.Flash is using mt25ql256.Write and Read actions have been confirmed.​But the frequency doesn't come out like a data sheet in flash memory.The speed of the QSPI clock is around 1.25Mhz. QSPI  ClockPrescal...

peter81_2-1716258421736.png peter81_3-1716258508094.png
peter81 by Associate
  • 1391 Views
  • 1 replies
  • 0 kudos

STM32C031F6 CubeMX pin assignment for USART1 boot loader use

I'm trying to understand the USART1 boot loader operation on STM32C031F6P6. AN606 rev 63 pg 53 says USART1 Rx/Tx must be on PA11/PA12 (TSSOP20), but CubeMX 6.11.1 does not let me assign those functions to those pins. CubeMX wants to assign USART1_TX ...

rcagle by Associate
  • 985 Views
  • 1 replies
  • 0 kudos

STM32U5A5QJI6Q Power Budget Calculation - Reg

  Hi Team.I am reaching out to request assistance with the power budget calculation for the STM32U5A5QJI6Q microcontroller.Specifically, I would appreciate it if you could provide a detailed breakdown of the power consumption under various operating ...

Connecting stm32F7 Disco board to WIFI network using esp8266

Hello everyone, I'm currently attempting to connect the STM32F769I-DISCO to a WiFi network using an ESP8266-01 module. I've enabled UART5 and assigned it to the ESP's RX and TX pins, as specified in the STM32F7 datasheet, and I've supplied power to t...

NB1 by Associate II
  • 3091 Views
  • 3 replies
  • 0 kudos

Reinitialization of UART and ADC

Greetings, I am trying to re- initialize the UART port  which i have already initalized with different settings. I Have used HAL_UART_DeInit() before initializing. The problem i face is after the function is run i see the same configuration which i r...

STM32F407 using advanced timer TIM1 in output compare

I have been unsuccessful in using TIM1 in Output Compare mode. I was trying to use the code that works for the general purpose timers but I cannot get it to work with the advanced timer TIM1. I read online that it is because it was an advanced timer ...

jlaufer by Associate III
  • 1851 Views
  • 1 replies
  • 0 kudos