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! RS485 Driver Enable

Posted on May 08, 2018 at 19:44Is there somewhere a better description about this feature, than there is in the f070 reference manual? Maybe an example?I don't quite seem to understand how it's supposed to work. Or does CubeMX handle it somehow inco...

bor stm32 programming

Posted on May 09, 2018 at 18:12Can someone show me a simple program to read and write the option bytes on the STM32L476VGT using the STM32 HAL libraries? I only want to change USER parameters values, as the BOR level.I'm trying the following code, b...

Luis Ber by Associate II
  • 647 Views
  • 0 replies
  • 0 kudos

GPIO pin behavior during JTAG programming

Posted on May 09, 2018 at 16:06Hi,this question may be hardware related. I saw some weird power ripple when I programming the STM32L4 device with JTAG. so can anyone explain what are GPIO status during JTAG programming? will it draw high current or ...

jeffz by Associate II
  • 328 Views
  • 1 replies
  • 0 kudos

STM32L4 Nucleo LSE drift

Posted on May 07, 2018 at 21:40Hi all,is there a way to improve LSE drift on L4 Nucleo board? Or all I can do is to migrate to another crystal with higher precision?Thanks, and regardsjerry

Resolved! RS485 frame reception through DMA and UART

Posted on April 17, 2018 at 15:34HelloI am starting a new project in which I have to use a RS4785 communication and this time,  I'd like to do it well.The problem is the following:If I want to receive a frame with UART using DMA, I need to call HAL_...

STM32F429 WFI w/ interrupt disabled

Posted on February 07, 2018 at 09:47Hi,I'm developing on a custom board with STM32F429. I need to use stop mode for power consumption. We have some external interrupt (e.g. interrupt from accelerometer) we use to wakeup from stop mode.Wake up is wor...