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

F7 SDRAM CubeMX setup no DMA tab

The SDRAM HAL module has DMA functions but there is no tab in CubeMX to set up a mem2mem DMA channel. This is with CubemX 4.27.0. Is the DMA a pre-requisite for LTDC operation or does it use it's own internal memory access.

Temperature compensation on ADC?

Posted on August 11, 2017 at 05:02Hello, I am using an Olimex-E407 board to measure some signals (AC signals). After some reading on ADCs I learned that there are a few error that have to be taken into consideration when doing measurements and some ...

App fails when source is changed in a trivial way.

Hi,I've been playing around and refactoring a small test app for the STM32F769 DISCO board. The app runs fine and I retest after even the smallest code tweak.What I'm seeing is that physical position of the function SysTick_Handler within the source ...

0690X000006DoIyQAK.jpg 0690X000006DoJ8QAK.jpg 0690X000006DoJDQA0.jpg

Resolved! Understanding serial IO misbehavior

I've been trying to adapt an example piece of code that utilizes a UART from the Visual GDB website. The adaptations are:Using an STM32F769 Discovery board.Communicate with an ESP8266 device plugged into the board's WiFi socket.I managed to work out ...

0690X000006DoDeQAK.jpg

Sram to GPIO 8 bit transfer using DMA

Hello,I am a student of electrical engineering and I'm now starting a project where I need to use the stm32 architecture.The idea is to use a NUCLEO-H743ZI board and to connect 8bits of the GPIO to a VGA Cable and display a 640x480 60Hz 256 colors i...

JGon? by Associate
  • 238 Views
  • 2 replies
  • 0 kudos

stm32l452, uart, when TXE = 1 ?

stm32l452, uart. CR1_TE is = 1, now I set CR1_TXEIE = 1. Is ISR-TXE = 1 (and INT generated) now too? Or really only if 'data is transferred to the shift register' ?

bso by Associate
  • 292 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4R9 GPIO13, 14, 15 EXTI interrupt problem

I think I've caused some problem in the way I'm coding this interrupt. For a second I thought it was a pipeline re-entry problem like Clive-Two-Zero described in a different thread, but adding a volatile variable and incrementing it, didn't seem to w...

Du1 by Senior
  • 515 Views
  • 4 replies
  • 0 kudos
Labels