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

Connecting 2 16-bit SDRAM as one 32-bit SDRAM

Simple question: is this possible without additional HW logic? I have these two 16-bit SDRAMs and I'd hate to use just one of them or to use them as measly two 16-bit SDRAMs. I think I've browsed through all 3200+pages of reference manual and couldn'...

Slina by Associate III
  • 950 Views
  • 7 replies
  • 0 kudos

Resolved! Can I use DMA to copy data in parallel with the MCU operation to/from (1) On-chip Flash, (2)Off-chip Flash (connected via Quad-SPI), or (3) Off-chip SDRAM (connected via FMC)? If possible, which one will be the fastest?

From the datasheet diagram (attached), it seems like the DMA has access to all of above. However, it is not clear whether it is really possible to DMA data to / from those and how I should do it and I've seen negative response to similar chips, so I ...

KMaen by Associate III
  • 676 Views
  • 4 replies
  • 0 kudos

Tips needed for designing PID controller and testing to monitor LED temperature Hardware:STM32L4 Library: HAL DSP library (I am ok to manually design and bypass DSP lib)

Hi all,I am trying to design PID controller to monitor LED temperature Control Variable: Parameter that adjust the LED brightnessProcess variable: LED temperature (measuring it with sensor) I am looking for some tips to tune my PID parameters as well...