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

stm32g031j6m6 NRST as output not working

Hello. Using NRST as an output. Initial state 1. After loading, I switch to 0 and the MCU is rebooted :(. I used options PA0, PA1, PA2. If I use PF2, then the output is constant 1. MCU stm32g031j6m6. On the STM32G0316-DISCO board, the same MPU works ...

Using ADC3 when ADC 1 & 2 are running in DMA

I am successfully using a timer and DMA to capture 4096 samples from ADCs 1 & 2 using a master slave configuration on a STM32H747- Disco board.I would really like to simultaneously capture 3 channels. Is it possible to capture samples from ADC 3 usin...

AStew.1 by Associate II
  • 207 Views
  • 0 replies
  • 0 kudos

Stm32H7 DMA ADC Low Bit Resolution

Hello Everyone,I am using the stm32h7 to sample 4 channels from adc1 using the DMA.I am using circular mode with half word size. I start the dma and let it fill up a memory buffer:volatile uint16_t adcInsDMA[4*ADCBLOCKSIZE] = {0};   HAL_StatusTypeDe...

0693W000008y4RNQAY.png
TCash.1 by Associate III
  • 289 Views
  • 5 replies
  • 0 kudos

Resolved! Blinking LED

Hi all,Just started with bare metal programming of stm32f411re.Uploaded the following code to blink the onboard led of the nucleo board.Code:#include "stm32f4xx.h"         // Device headervoid delayMs(int delay);int main (void){RCC->AHB1ENR |= 1;GPIO...

KRaja.1 by Associate
  • 379 Views
  • 2 replies
  • 0 kudos

Connecting STM32F7 FMC with SDRAM and 8 bit data bus

When using a 16 bit data bus, the STM32CubeMX generates outputs for FMC_NBL1 and FMC_NBL0 that connect to the SDRAM DQMH and DQML pins. If the STM32CubeMX is configured for an 8 bit data bus, there is no DQM pin generated, although the 8 bit SDRAM h...

MPatt.11 by Associate II
  • 1250 Views
  • 6 replies
  • 0 kudos

STM32H750VB

Hello,I want to ask if it is possible to drive TFT with FMC (Flexible Memory Controller), our TFT has only MCU interfaceI think EMwin has no option for MCU interface at STemWin_CM7_wc16 library.We used same TFT with STM32F207 by using FSMC .If its n...

AKINI by Associate III
  • 189 Views
  • 0 replies
  • 0 kudos
Labels