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

stm32h7 fmc lcd 8 bit setup

I've been trying to run the fmc and lcd over an 8-bit data line for a few days. Yesterday I managed to read the ids of the lcd correctly, but because I messed up the timing settings of the fmc (timing settings were working randomly), I can't get any ...

combine_images.jpg ss4.png ss5.png

STM32H7 ADC3 over BDMA only writing to buffer once

I am working with a STM32H723 micro, capturing 2048 samples of data on ADC3. The ADC is triggered by the overflow of TIM1 and transfers samples successfully the first time HAL_ADC_Start_DMA(&hadc3, (uint32_t*)adc_buf, ADC_BUF_LEN); is called.In the H...

Iris-DM by Associate III
  • 2921 Views
  • 6 replies
  • 0 kudos

Resolved! Can't start MCU on Nucleo-H563ZI when powering through E5V

I have Nucleo-H563ZI board and I'm trying to power it through external 5V source (E5V). When I connect the 5V power source and set PWR SEL jumper (JP2) to E5V, I can see the power LED (LD5) light up and even the ethernet controller seems to be active...

continuum by Associate II
  • 2611 Views
  • 6 replies
  • 2 kudos

Resolved! STM32F769I-DISCO

Hello.I am developing a product with STM32F769I-DISCO development kit.Unfortunately, by my mistake, I think I connected 24VDC to the power terminal, so I couldn't use the power IC that looked like a regulator marked U4.Can you check the exact name of...

R3D3 by Associate II
  • 2852 Views
  • 4 replies
  • 4 kudos

Power Wake UP

Hi,Im using stm32h7 mcu for my project.Which is an iot product.I need to use low power mode on it  i need to wake the mcu using an gpio external interrupt or either by an uart .Device is switch to some mode with a constant current consumption which i...

Resolved! STM32F4 - Fade and Loop Debugging Help

Greetings,I have been working with the STM32F407ZG and a KnobG Click from MikroElectronica. I read the datasheet for the PCA9956B and have managed to address the device successfully at the address of 0x70. Now then according to the usage I have seen ...