STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PWM and ADC conflict

Hello, I'm new to STM32, I bought a Nucleo board with a STM32F334R8T6I want to generate a PWM of 10kHz and read some data in ADC channel, unfortunetely, there some conflicts between this two and I can not generate a PWM with more than 5kHz.I need som...

Nakata by Associate II
  • 1073 Views
  • 6 replies
  • 0 kudos

Resolved! H723V + HS ULPI possible damage

I am currently working on a H723 based HS USB device with external USB PHY (USB3320,USB3340,USB3300 tested).While testing i have noticed that seemingly randomly between debug/flash cycles HS USB stops working with usually no activity on the bus but t...

Resolved! U585 failure to configure voltage scaling

Hello,I'm looking for some troubleshooting advice. I saw a few tickets regarding this kind of problem and confirmed that __HAL_RCC_PWR_CLK_ENABLE() is called before setting the initial voltage scaling. This test code is completely auto-generated from...

EC.3 by Associate III
  • 428 Views
  • 1 replies
  • 0 kudos

Resolved! Differential ADC in stm32h7

I have recently purchased an STM32H753ZI board and want to configure the differential ADC to read signals directly from a function generator. I have configured it based on the following setup, but I am facing several issues with the output.Issue 1: I...

Transferring data from JPEG decoder to DMA2D directly

Hi there, I am writing a custom video decoding app that process custom stream JPEG frames from USB, without any standard on a STM32H747.So far, (more or less) so good, I use CM4 for USB operations, and CM7 for JPEG decoding and DMA2D pixel conversion...

Me2 by Associate
  • 341 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F373 SADC how to get 0-3.3V 16 bit(65535)?

Hello Friends,I use STM32F373 for 16-bit SADC.I have single-ended input 0V to 3.3V. VREFSD+=3.3V and VREFSD- =0VWhen input Voltage change from 0V to 3.3V I get values 0 to 32767. Is it not possible to get 16-bit (65535) data?Always signed?my configur...

Resolved! stm32g0b1 dual flash bank address ambiguity

Hii have STM32G0B1KEi was configuring the cube-eeprom-v7 emulation to use the last two pages from bank2 to store some configuration.when i came to set `START_PAGE_ADDRESS` i need the address of the second last page.reading in the 'Table 11. Flash mem...

Screenshot from 2024-07-30 08-24-28.png
encoder by Associate
  • 524 Views
  • 1 replies
  • 0 kudos

Resolved! STM32h757 base custom board not detected.

Greetings,I have just received my custom made STM32H757 based boards, when I try to connect with it using the USB cable its not detected at all in my windows 10 PC but I am able to connect with it in DFU mode or using the stlink-V2 through SWD.This i...