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

Remove alternate function of single TIM1 Channel outputs and get the control over these pins by GPIO on the fly and take the alternate function back on the fly.

I 'v been driven creasy since some days, cause I did not find a way to switch off the PWMs at one channel of timer 1 ( CH1 an CH1N ie.) in order to use these pins controlled by normal GPIO commands on the fly,while the other channels shoud work aga...

Does STM32U585 support DMA writes to internal flash?

Hello,I've been unable to determine if it's possible to use the DMA to write data from internal RAM to internal flash on an STM32U585 device.I've consulted the following, but don't see a clear answer:https://www.st.com/resource/en/application_note/an...

BHamm by Associate II
  • 1881 Views
  • 6 replies
  • 0 kudos

STM32 secure hardware for booting

Hello ,i'm using STM32 board to build secure Boot loader. Currently i'm working on these boards below1)stm32f3342)stm32f4113)stm32f4464)stm32f7465)stm32h723I want to know if this board supports secure boot ? if not could you suggest me which all STM...

Resolved! Minimum HID mouse test code?

I try on nucleo F446 MX_USB_HOST_Init(); /* USER CODE BEGIN 2 */ USBH_ReEnumerate(&hUsbHostFS); /* USER CODE END 2 */   /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ MX_USB_HOST_Process()...

MM..1 by Chief II
  • 467 Views
  • 3 replies
  • 0 kudos