STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F103, HAL and timer(s)

Posted on July 06, 2018 at 12:24I created a new project (using CubeMx & Atollic TrueStudio) for STM32F103RB and tried to toggle a bit as quick as possible; I use TIMER2 and this function to initialize it:=======================/* TIM2 init function ...

RaduG by Associate II
  • 838 Views
  • 7 replies
  • 0 kudos

OpenOCD support for STM32F469

Posted on July 06, 2018 at 16:24Has anyone ever tried to program STM32F469 discovery board using OpenOCD? I am receiving the following error. Any ideas to debug this or any leads on this is appreciated.embedded:startup.tcl:21: Error: Command/target:...

STM32F2 CAN no TX

Posted on July 06, 2018 at 16:30 Cube generated Keil project with CAN I have developing own SW for third-party HW, original SW working with CAN interface and CAN works good - so HW is OK. My startup initiate CAN with 500kb, and RX0 interrupt ...

STM32 timer misses count in Input Capture mode

Posted on June 29, 2018 at 10:16 Hi everyone. I am using STM32F303RE and STM32L011 nucleo boards as a part of my experiment. I used STM32F303RE to generate PWM signal (in Interrupt mode) for 1MHz. Clock Source - PLLCLK (8Mhz * 9 = 72 MHz). Time...

0690X0000060LXDQA2.png 0690X0000060LXEQA2.png

Compiler optimization option

Posted on July 06, 2018 at 15:40Hi everyone,i'm compiling all my projects using ARM Compiler Version 5.06 with these compiler options: armCCothers_dbg := --cpu=$(processor) --fpmode=none --apcs=/interwork -g -O2 -Ospace -c --feedback=feedback.txti n...

'L4 Cube - clearing OTG_GINTSTS bits

Posted on June 15, 2016 at 17:31According to RM0351 Rev.4, all OTG_GINTSTS (interrupt status register) bits are rc_w1 (except those which are read-only or reserved). However, the macro supposed to be used for clearing these bits in [STM32Cube_FW_L4_...

independant wdogtimer and multithreads

Posted on July 06, 2018 at 09:17hello , i have a software with three threads (frtos ;multi  threads);i need to add independant watchdogtimer incase my software bugs to keep it running ;for that :ill addHAL_IWDG_Refresh(&hiwdg);//put counter to zero ...

Restrictive ldscript files in Stm32Cube F1

Posted on July 06, 2015 at 19:13I'm trying to decide if I want to use the STM32CUBE HAL code. Because I'm on linux, the cubemx thing doesn't run well, so I used the windows version and generated some code to use with openstm32 ( which also doesn't r...

Rickta59 by Associate
  • 234 Views
  • 3 replies
  • 0 kudos
Labels