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

Generating HDMl signals from an stm32f0 is possible?

7 years ago I made a personal project, which generates video via vga, now I would like to do it via HDMl, I have only found with fpga, but the code is not clear to me, I suppose it is vhl, or vhdl, but I would like to do it with stm32f0,will anyone h...

Resolved! STM32L031 - LSEDRV "lock" does not work

I've just tried on an 'L031 - after writing LSEDRV to 0b00 (using debugger), I can rewrite it freely to any other value, and the oscillator's behaviour follows the value written.Can ST please comment.JW

0693W00000LveVWQAZ.png

STM32F466 USART6 DMA2_Stream6 (TX/RX)

void init(){ RCC->AHB1ENR = RCC_APB1ENR_TIM12EN | RCC_APB1ENR_TIM13EN | RCC_APB1ENR_TIM14EN | RCC_AHB1ENR_GPIOAEN | RCC_AHB1ENR_GPIOBEN | RCC_AHB1ENR_GPIOCEN | RCC_AHB1ENR_GPIODEN | RCC_AHB1ENR_GPIOEEN | RCC_AHB1ENR_GPIOFEN | RCC_AHB1...

I am getting hardfault when trying to change bank mode from single to dual in STM32F765 by making nDBANK = 0 from FLASH_OPTCR register.

Hello there,While I am trying to switch to dual bank mode (by making nDBANK =0) from default(single bank) mode of internal flash with STM32F765 controller, landing up in hardfault.After resetting from hardfault when trying to read nDBANK bit from FAL...

VShah.5 by Associate
  • 355 Views
  • 0 replies
  • 0 kudos

F411 How to Generate 1 micro second interrupt

I am using F411. The sample code in F411 package can generate timer interrupt in terms of millisecond. I tried to play with some of the parameters like Prescaler, etc, but I could not make any difference. Can anyone give some advice on the relations ...

HDaji.1 by Senior
  • 1478 Views
  • 9 replies
  • 0 kudos

Im using the STM32L432 and I need to transmit data to a Raspberry Pi over I²c. In my project the STM32 is a slave and the Raspberry Pi is the master.

I am able to send & receive 1 integer over the I²c bus but I'm stuck how I can send more integers in 1 commando. Can someone help me please?#include "main.h" #include "string.h" #include "stdio.h"   I2C_HandleTypeDef hi2c1; UART_HandleTypeDef huart2;...

WFouq.1 by Associate II
  • 733 Views
  • 2 replies
  • 0 kudos