STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 Reset Issue

I have been facing a reset issue.My controller resets randomly. I have Codded for the source of reset at the begin of the routine.For the testing the code I made the system reset on purpose and was able to find flags set for BOR, Software reset, Inte...

Resolved! FCLK, stop mode 2 and processing time STM32L476 nucleo

Hello,I am testing the processing time of a STM32L476 chip on a Nucleo board.Here below is the code:uint8_t algo_principal(s16 xin, s16 yin, s16 zin) { uint8_t retour; uint32_t i; uint32_t test;   test = (uint32_t )xin + (uint32_t )yi...

0690X000006DHKoQAO.png 0690X000006DHL3QAO.png 0690X000006DHL8QAO.png
Mich1 by Associate III
  • 725 Views
  • 4 replies
  • 0 kudos

UART Frequency?

How can i change the Frequency/Speed by which the Data is transfered to the UART TX pin?

arduo by Senior
  • 414 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4 - DAC triggering using timer example

Hi, guys. I'm using the STM32L4 discovery (MB1184C) board to test DAC (Pin PA5).I use Keil uVision 5 to debug the code.I noticed the Timer trigger option and I want to use this.I want to put this MCU to sleep at the main function's while loop.Periodi...

0690X000006DGbjQAG.png
Matthew K by Associate II
  • 1100 Views
  • 1 replies
  • 0 kudos

FORTH Compiler for STM32 devices

Posted on October 29, 2015 at 10:36If you want a development system on chip, incremental software updates, test driven interactive developments this is worth a look: Mecrisp Stellaris Forth compiler updated with support for a number of STM32 control...

jjonethal by Associate II
  • 4097 Views
  • 16 replies
  • 0 kudos

Hi, I am implementing the bank switching logic for STM32L476 Environment: Eclipse for code development : ST-Link/V2 Debugger for flashing and debugging binaries: Why below code gets stuck at the HAL_FLASH_OB_Launch(); ?

   FLASH_OBProgramInitTypeDef   OBInit;   /* Set BFB2 bit to enable boot from Flash Bank2 */   /* Allow Access to Flash control registers and user Flash */   HAL_FLASH_Unlock();   /* Clear OPTVERR bit set on virgin samples */   __HAL_FLASH_CLEAR_FLAG...

Neel by Associate III
  • 303 Views
  • 0 replies
  • 0 kudos