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

Request for explanations regarding the ICACHE of H5

Using an STM32H5 I recently came across a problem: triggering a hard fault when accessing data in FLASH (read FLASHSIZE_BASE).It turns out in this thread that the ICACHE being validated, it is necessary to configure the MPU to make “uncacheable” the ...

Reasons for deadlock in H7 series

Hi all, I've recently begun playing around with Zephyr and made blinky for a custom board with a STM32H755.To test it, I made a complete chip erase and then I flashed the application to the M7 (i.e., its flash area). I can then attach to a debugger i...

dmx512 transmitter

Posted on July 24, 2017 at 13:22Hello I useing stm32f103c8(72mhz) and i want create DMX512 transmitter for  led lighing.I have some problem.I config usart like this.USART_InitStructure.USART_BaudRate = 250000; USART_InitStructure.USART_WordLength = ...

Resolved! usart3 on nucleo-h753 not work fine

I have been trying to transmit and receive from putty through the USB virtual com (CN1) of the core board, I tried with different baud rates and the result is always the same, garbage arrives at the putty, and I am not receiving anything either, it i...

offset and linearity calibration

Hello,I'm working with the offset and linearity calibration on an STMH755.  My board will run the full calibration at production, save off the resulting offset and linearity calibration constants, and then retrieve and apply them at any new restarts ...

R_DSP by Associate II
  • 334 Views
  • 0 replies
  • 0 kudos

TIM6 Configuration STM32G4

I am having trouble configuring my TIM6 to toggle a GPIO pin every 1 usec. I am using the HSI at 16MHz as the source for AHB bus clocks, which TIM6 is on. The following is my System Clock configuration:void SystemClock_Config(void){LL_FLASH_SetLatenc...

tomm5771 by Associate III
  • 287 Views
  • 1 replies
  • 0 kudos

Cannot Write register

Hello guys! I have a problem. I need to use HAL_RTCEx_SetSynchroShift function from HAL to modify the subseconds of the RTC module. The problem is that this function cannot work because the REFCKON bit from Control Register is set(1). First, I do not...

Phvne by Associate II
  • 225 Views
  • 0 replies
  • 0 kudos