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

Timer cross-influence on STM32F302VCT6

Hello,We have noticed an issue with the master-slave mode in the timers on STM32F302VCT6.We use TIM1 to generate PWM signals, and TIM15 for triggering an ADC. The issue is that there is cross-influence from TIM15 to TIM1. (Can be seen on the attached...

ABati by Associate II
  • 389 Views
  • 4 replies
  • 0 kudos

Resolved! Hello friends, I am trying to get UART1 output from STM32F767 using Keil, There is no output showing in the Serial monitor. I am adding my code with this Please help me out

DetailsSTM32F767Zi KeilHSI =16MhzPLL=72 MhzUART1PLL source = HSIAPB2 = 72MhzBaudrate = 9600;/*void _PLL(){ //RCC->CR|=1<<24; RCC->PLLCFGR&=0; RCC->PLLCFGR|=(2<<28)|(6<<24)|(216<<6)|(1<<3)|(1<<17); FLASH->ACR&=0; FLASH->ACR|=1<<11|1<<9|1<<8|1<<1|1<<0...

JS.13 by Associate II
  • 701 Views
  • 8 replies
  • 0 kudos

how to find I2C address for MX_I2C1_Init()

I am using nucleo L476RG with ​DS2482-100, also 1-wire DS28EC20 is connected with DS2482-100.  First I created the project with CubeMX, then  MX_I2C1_Init() My first question is: how to find the I2C address, which I need to fill hi2c1.Init.OwnAddress...

adam.wu by Associate II
  • 224 Views
  • 0 replies
  • 0 kudos

Have I run out of Memory, RAM Overflow

Hi,I'm having trouble, because I got when I defined a second array which I need for processing a image with the STM32F429ZI Microcontroller a message that I have a RAM overflow.When I now define a smaller array, like uint8_t image[240][320] my whole ...

uli stone by Associate II
  • 3132 Views
  • 21 replies
  • 0 kudos
Labels