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

STM32F769 using both USB-HS and USB-FS in CDC (DUAL USB)

Hi,I need to use both USB-HS ( with external PHY USB3300) and FS in the same time (not exacly), but both have to be open as CDC at the same time. I try to use HAL, but when I add second USB, Windows doesnt recognize USB device.Do you have working exa...

embvis by Associate III
  • 810 Views
  • 2 replies
  • 0 kudos

eeprom not working

#include <built_in.h>unsigned long buff[32];unsigned long i, tmp,j;unsigned long Address = 0x08008000;unsigned long Address2 =0x08000000;unsigned long* ptr;void main() { GPIO_Digital_Output(&GPIOB_BASE, _GPIO_PINMASK_ALL);  // digital output PORTB pt...

Cshah by Associate
  • 470 Views
  • 1 replies
  • 0 kudos

I am working on STM32F103C8T6 blue pill board. Does this Microcontroller has FLASH memory to store some data ?? If yes then please tell the starting memory address.

I have seen examples for STM32F4 series, where they write asFALSH_ERASE(SECTOR 11,); and FLASH_PROGRAM_HALFWORD(XXX,XXX,XXX);FLASH_Unlock();How to program for flash memory in STM32F103C8T6 ??Please help if anybody knows answer for this.Your help will...

STM32F070 ADC Reference voltage problem

Hi Everyone!I have read a lot of topics, articles about the F070 ADC settings, calibration, etc., but I couldn't solve my issue. I'm using ADC with DMA right now, but the problem is the same with the interrupt and the polling method. In my code I'm u...

ASz by Associate II
  • 4863 Views
  • 26 replies
  • 0 kudos

STM32L4 USB Host remote wakeup

I've implemented USB Host Suspend/Resume function. It work fine. I set USB_OTG_HPRT_PSUSP, when I want resume I set USB_OTG_HPRT_PRES and reset this bit after 20 ms, I see with an oscilloscope, the D+ and D- signals, in suspend state D+ is high and D...

Issue with using LCD with FMC in SRAM mode. STM32H743.

Hello, Everyone!I found issue with using my LCD (via i8080 mode) with FMC. My display requires HOLD after DATA set from 15 ns time. But in all FMC modes HOLD fixed and it 1 FMC CLK. For my STM32H743 at 400 MHz - I set FMC clock 200 MHz. It is HOLD = ...