STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How the font size can be Increased?

I upgraded the STM32CubeMx to 5.0, today. But it is very difficult to read the User Interface and Text in the Program. How i can get bigger fonts?I am developing programs with STM32H753 (my own PCB), and H743(nucleo 144) board... Is there any bigger ...

Anyone who has a STM32F10X_CL.C startup file for CooCox?

I have been using CooCox successfully for my STM32F103C8. Now I want to port my project to a STM32F105RC but I have not been successful since the startup_stm32f10x_md.c is for the mainstream processors and not for the connectivity line. Even some hit...

Paulus by Associate II
  • 530 Views
  • 1 replies
  • 0 kudos

about STM32L4R5ZI octo-spi

I am using NUCLEO-L4R5ZI.I already know about datasheet and application note.I generated code using by CubeMX. And I use peripheral LPUART and OCTOSPI.Nucleo board is connected to FPGA board.FPGA board don`t have flash memory(micron or macronix). But...

djin.9 by Associate
  • 416 Views
  • 0 replies
  • 0 kudos

Setup TIM8 for Output Compare interrupts is not working

Hi everyone.I'm trying to setup the timer TIM8 in order to generate interrupts, using compare registers for this purpose. My intention is to use all the availablechannels. I'm testing with a first stop of 150 ticks (150us), but it never stops. The fu...

areify by Associate II
  • 964 Views
  • 5 replies
  • 0 kudos

Write to flash memory with Trustzone actrive in STM32L5

Hey evryone,I can't write to memory flash when TZEN = 1 (e.g trustzone is active) , i hav no error return !I call this fucntions from secure side : HAL_FLASH_Unlock();   HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, FlashAddr, FlashData);   HA...

simoBen47 by Associate III
  • 640 Views
  • 1 replies
  • 1 kudos