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

STM32H7 PCx_C pins unusable for boundary scan?

Hello,I used CubeMX for a design for H75x in LQFP176.I was able to configure SDCKE0+SDNE0 signals of SDRAM Bank 1 to PC2_C and PC3_C.Now I wanted to configure a SDRAM test using JTAG boundary scan but the JTAG tool manufacturer claims that these PCx_...

regjoe by Associate II
  • 189 Views
  • 5 replies
  • 0 kudos

I2C Timing Configration

Hi,Please tell me about I2C timing configration.I use Nucleo-L552ZE-Q.I set up the I2C as shown in the picture following the reference manual(RM0438, Table 326).The fi2cclk is 48MHz. But SCL cycle is very slow. How can I set the SCL cycle to 1000 kHz...

115840.jpg 115937.jpg
DK3 by Associate II
  • 23 Views
  • 0 replies
  • 0 kudos

Can PWM settings affect other timer settings?

   #include "Main.h" #define MAX_Intensity 1600 static volatile uint16_t Intensity = 10; void Timer4_Configuration(void) { TIM_TimeBaseInitTypeDef TIM_BaseStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); TIM_BaseStructure.TIM_P...

treeset by Visitor
  • 78 Views
  • 3 replies
  • 0 kudos

Print float on a vector

Good afternoon,I am testing my UART and using a vector to store float numbers as shown below: raptor::std::vector<float> numbers;  numbers.append(3.14f);  numbers.append(2.21f);  numbers.append(1.01f);  numbers.append(8.15f);  numbers.append(0.05f);H...

Gui_STM by Associate
  • 57 Views
  • 2 replies
  • 0 kudos

Firmware size

Dear Sirs,Is there a method to calculate the firmware size?I am using STM32F103R8T6My flash memory is divided in three blocks:- Custom boot loader block- Main application block- Data blockWhen the main application is running, it needs to calculate it...

sirpak by Associate II
  • 93 Views
  • 6 replies
  • 0 kudos

FMC communication works without debugger, but not with

I'm using Keil uVision 5 and ST-Link debugger (Mini). I have a very curios issue with STM32F746, running at 50 MHz.On the board I'm communicating with a display via FMC. "Suddenly" (as in, I don't know what I changed) the program did not work anymore...

hne by Associate
  • 203 Views
  • 1 replies
  • 0 kudos