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

STM32L462CE with external SPI flash

W25Q16JVSNIQ winbond external SPI is attached to my STM32L462CE MCU. I want it to store some data so how can I do it? can you please provide some example code for this.

AP_040 by Senior
  • 807 Views
  • 7 replies
  • 0 kudos

STM32L4 Pin State in shutdown mode

We are trying to set the STM32L431 controller to shutdown mode.During the shutdown mode, Pin PA15 shall be at low level.Unfortunately the pin does not stay at low level during shutdown.We have configured the pin with „HAL_PWREx_EnableGPIOPullDown(PWR...

A.R.C by Associate II
  • 741 Views
  • 2 replies
  • 0 kudos

Run-time UART Buadrate change

I am working on STM32L462CE MCU and my requirement is to change the baudrate of UART at run-time. So, how I do that?. Can you please give me the solution for this. First set to 9600bps, after 921600 and at last 115200.

AP_040 by Senior
  • 1059 Views
  • 7 replies
  • 0 kudos

How do I configure ETM tracing on an stm32?

Hello, I am trying to use a segger jtrace pro debugger with an stm32303E-EVAL board through the ETM trace connector, however I am not seeing a signal on any of the trace pins including the trace clock when running my program. I've ensured I have cont...

AOlve by Associate
  • 937 Views
  • 2 replies
  • 0 kudos

What criteria (requirements) are used to determine the HSE clock has failed (sets the CSSF interrupt in the RCC_CIR register) on a stm32f103x processor?

Documentation simple says the HSE clock failed. What does "fail" define. Does "fail" imply that there are no clock oscillations applied to the HSE pins? Or a frequency below some value that will set the CSSF flag in the RCC_CIR register. What would b...

bgabl by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

NUCLEO F722ZE CubeMX CDC USB not enumerating ? Try this ...

Hi, I just want to give a short workaround for an issue i had with the NUCLEO F722ZE board. The CUBE-MX project (NUCLEO F722ZE selected - no custom build) does not work out of the box for CDC devices. In order to fix it i changed the default CUBE-MX ...

ThiZi by Associate
  • 486 Views
  • 2 replies
  • 0 kudos

how to blink 2 LEDs with a Timer?

Hello everybody,I wanted to turn 2 LEDs with Timer on / off. The period is 4s and the first LED should be on for 2s and off for 2s. and then the 2nd LED should do the same but not at the same time. But unfortunately I can not do that with a timer and...

Samuel1 by Associate III
  • 1758 Views
  • 3 replies
  • 0 kudos