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

Resolved! STM32F779xx startup issue with HardFault Exception

Posted on May 31, 2017 at 03:52Hello.I seem to have a hardfault exception problem and it doesn't make sense to me.I am using ThreadX and it has to do with how long it takes to startup.So here is my startup code:/* Enable I-Cache---------------------...

netstv by Associate II
  • 622 Views
  • 1 replies
  • 0 kudos

target halted due to breakpoint

Posted on June 22, 2017 at 02:37Hello, I'm a new with STM32.I have Nucloe-N053R8, Win8.1, SystemWorkbench.I made a short program and it seems that I could send the program to the Nucloe-board, but it doesn't work. I can see the console said 'target ...

stm32f103c8t6 STM32CubeMX 4.20.1 usart

Posted on June 26, 2017 at 17:56Hello,i wanted to know if there any probleme when using usart with stm32f103c8t6 with a project configured using STM32CubeMX 4.20.1,Because after the configuration i tried to send an uint8_t variable with the value 0x...

sak hos by Associate III
  • 343 Views
  • 0 replies
  • 0 kudos

SRAM2 Differences Between L433 & L452?

Posted on June 07, 2017 at 05:11I have been fighting with a problem for the past few days as I port a board over from an STM32L433CC to an STM32L452CE.  Code that runs fine on the L433CC causes a hard fault on the L452CE.  After quite a bit of effor...

Using Interruption without Delay

Posted on June 26, 2017 at 13:17Hi community !,I'm using STM32f1031RB Nucleo 64, and I wanted to know how can I programm my timer TIM2 (internal clock), in order to allow some of interruptions in my main programm. Actually; I'm using HAL_Delay and I...

Set/Reset multiple GPIO pins in one port

Posted on June 26, 2017 at 08:53I asked this quiestion yesterday and for some reason I do not see it in the forum ans also did not got any email about it.I want to Set/Reset 6 GPIO pins belong to the same port using HAL what I am doing now is callin...