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

Peripheral sharing with dual core H7

I am working with a dual core processor for the first time & am wondering if i need to use a semaphore to block one processor while the other reads a peripheral register?In my application the M4 is being used as a slave for some concurrent processing...

RMcCa by Senior II
  • 427 Views
  • 6 replies
  • 0 kudos

DMA for loading PWM values directly

I am attempting to use the DMA to auto-load PWM values for a motor control application. An example very similar to what I want to do is given in the RM0090, section 17.4.20 (for STM32F427). However, I'm missing some detail and can't get the DMA to tr...

STM32F030C8 not entering Read Memory Level 1

STM32F030C8 - I'm not using any of the ST libraries.I'm attempting to secure the mcu.I unlock flash and unlock the option write - verified.I am using a J-Link debugger to verify the process.Option byte before process == 0xaa55 - or level 0 accessI er...

Joe.H by Senior
  • 195 Views
  • 1 replies
  • 0 kudos

Resolved! Does the HRTIM support a DMA-based input capture (IC) mode?

I would like capture the CNT register and transfer it to a circular buffer on every rising/falling edge on 10 different signal lines. Is this possible and is there a reference which describes how to do this?This is on the STM32H7 series.I have read ...

TDK by Guru
  • 880 Views
  • 5 replies
  • 2 kudos

Resolved! STM32L4R5ZI using OCTO-SPI without flash memory?

Hi,I'm using a STM32L4R5ZI and i want to use OCTO-SPI with my own hardware. My question is, can i use the OCTO-SPI without a external flash memory to communicate from the MCU to the PC ? Up to now i tried the provided OCTO-SPI example provided by STM...

Labels