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! STM32F30f4, standard cube configured out of the box software locks up after fixed number of processor cycles. IO looks to resets also. Loops in system memory starting at 0x1ffffed68. Only if sysTick is enabled. Does not get to sysTick interrupt.

STM32F30f4 Does this in debug mode or release with and without STLINK attached via SWCLK Pin 20,SWDIO Pin 19,NRST Pin 4.Using HSI clock and PLL , but tried also without PLL. I've only enabled IO on the standard IO lines available, PA0 -> PA7 Pin 6 to...

PKnel by Associate II
  • 517 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H743 BDMA channel for SAI4 not described in Manual

I am trying to program BDMA of STM32H743 using Nucleo board to perform DMA Peripheral to Memory operation . What I have found a bit difficult is that I could not see any information on Reference Manual , Datasheet or on forum for the mapping informa...

A Maq by Senior
  • 396 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F407 DISCOVERY board CAN example

I have tried to get the CAN peripheral up and running on STM32F407 discovery board.But I am stuck at one point. Inside method HAL_CAN_Init(CAN_HandleTypeDef *hcan), I end up in the HAL_CAN_STATE_ERROR.Is there any example available to test on the dis...