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

STM32CubeMX 4.26.0 gets stuck when generating code

Posted on June 12, 2018 at 03:45On a project that used to generate code just fine for months, STM32CubeMX now gets stuck. This is happening since an upgrade to version 4.26.0. If it is of any relevance, the project uses the STM32L4 package version 1...

Resolved! STM32CubeMX_LL_code enables only some devices?

Posted on April 03, 2018 at 10:46Using:Truestudio for STM32 v9.0.0.0STM32CubeMX v4.25.0STM32F100C8LL_drivers onlyLL_Code generated by cube enables some devices, such as the USART:LL_USART_Enable(USART1);But for the TIMERS it doesn't.(perhaps there i...

Willunen by Associate III
  • 1249 Views
  • 11 replies
  • 1 kudos

Resolved! Do STM32G0 Series have SWD protocol version 2

I am looking at using a few STM32G070 MCUs on a board and would prefer a single programming bus. As they don't have JTAG I am stuck with SWD. I know SWD protocol version 2 allows you to connect SWD in a bus with something called multi-drop. The impre...

CH1 by Associate II
  • 665 Views
  • 3 replies
  • 0 kudos

STM32F767 linker script problem

Hello. I have problem with linker script.I have this memory map:MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K ITCMRAM (rw) : ORIGIN = 0x00000000, LENGTH = 16K DTCMRAM (rw) : ORIGIN = 0x20000000, LENGTH =...