STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Embedded Software

Posted on May 09, 2018 at 10:21 Hi ! I have 2 binary files for 2 different function, I'm wondering if there is a stm32 embedded software who can help me to choose which binary run, through the UART ? I want to select the application I run andchan...

SWSTM32 build errors

Posted on May 16, 2018 at 08:04Hi,I am exploring X-NUCLEO_IDB05A1 with STM32L476RG Nucleo, And while building the Profile_central project, I am getting build errors in console. Errors like:arm-none-eabi-gcc: error: ..\..\..\..\..\..\..\..\Middleware...

Alpha Mr by Associate II
  • 1169 Views
  • 5 replies
  • 0 kudos

Resolved! Many problems with STM32-MAT

Posted on June 23, 2017 at 00:43Hello,I am having more or less the same kind of problems than the one in this post <LINK NO LONGER ACTIVE> I am trying a very simple program: a read IO block directly connected to a IO Write block. I started with Matl...

Resolved! Documentation Issue - RM0410 Rev 3

Posted on February 25, 2018 at 07:35The currently posted document does not address the Z-step part, see pg 1899This document is from Nov 2017, the A and Z steps are discussed in the Oct 2016 errata, along with a reference to RM0410 for details.http:...

STM32F071, USART1, TXE/TC bits in ISR register not set...

Posted on May 09, 2018 at 14:49Try to send 16 bytes via USART1.ISR has reset value (0xnnnn n0C0) before sending first byte. Write bytes into TDR like this: USART1->TDR = *bufptr++;ISR bits TXE and TC get cleared as expected (0xnnnn n000) after first...

JuM by Senior
  • 370 Views
  • 2 replies
  • 0 kudos

sleep on exit (LL_LPM_EnableSleepOnExit)

Posted on May 15, 2018 at 23:32Is there a good example or apnote on the proper use of sleep on exit from an IRQ?Do I need the Data Synchronization Barrier instruction? (to ensure sleep)here is some pseudo code, this does appear to work fine.  I can ...

Restart HAL_UART_Receive_IT

Posted on May 09, 2018 at 14:37Hi!in my program i am using the 'HAL_UART_Receive_IT' function, it is first called when i initialize my app.There comes a moment during the run of the program when the pointer to buffer given to the function expires an...

yuri CH by Senior
  • 2266 Views
  • 15 replies
  • 0 kudos