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

STM32F429ZIT SDRAM to SPI using DMA

Hello,I'm facing a problem with the DMA and FMC. This is my setup:I'm using a STM32F429ZIT at 180MHz. I am using the same SDRAM as the STM32F429-DISCOVERY board. For the HAL configuration, I am using the STM32CubeMX software, version 4.25. This is wh...

Mvan.13 by Associate II
  • 1060 Views
  • 7 replies
  • 0 kudos

I am trying to code my STM32L1 controller bit by bit. I am trying to initialize the ADC and read a single channel and it is not working. I am not sure where the problem is?

#include <stdio.h>#include <stdint.h>#include "stm32l1xx.h"void TIM3_IRQHandler(void); uint32_t Channel_1=0;void TIM3_IRQHandler(void) %Interrupt every 1 second%{ TIM3->SR&=~TIM_SR_UIF; %Clear Flag% ADC1->CR2|=ADC_CR2_SWSTART; %ADC ...

ADani by Associate III
  • 269 Views
  • 0 replies
  • 0 kudos

replacing STM32F103C6 with STM32F103CBT6

hi,i am new to embedded programming and i have a problem and i appreciate any help.I have a firmware which works on stm32f103c6 .We had to replace the controller with an other to get more space for the flash Rom and that was the stm32f103cbt6,they a...

Hello, I would like to update my board firmware using bootloader CAN. Could the STLINK-V3 allow me to flash my board using bootloader CAN ? otherwise, which kind of board should I use as a host PC ?

Actually I did not purchase one yet. I know I have to choose one with a bootloader CAN include like a STM32F412.Is there a GUI who allow a drag & drop to flash the board, using CAN ?I saw that STM32CubeProgrammer should be update to allow to flash th...

Zephyr S by Associate II
  • 394 Views
  • 2 replies
  • 0 kudos