STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 USB Device HS DMA enabled

Posted on June 12, 2017 at 17:14I'm working on the audio example and I've made it work with Audio Class 2.0. Device enumerates and ISO packets are received.However when I decided to enable DMA for better performance the TX line is not working. Devic...

IAP UART is not working

I am using stm32f072 discover board. I am developing IAP UART code. I take the reference code provided in the repository. I am attaching the code too. I am also following application note AN4065 and AN4657. The option for downloading and uploading, e...

I'm trying to use flash memory on a STM32L452RE to store some user data. i can get the X-CUBE-EEPROM_V2.0.0 to work with a 4+ device, but not the L452RE

Specifically, as soon as it tries to read flash (this first line from the EE_Init ==> addressvalue = (*(__IO EE_ELEMENT_TYPE*)(pageaddress + varidx)); it hard faults on the next instruction. i suspect it has something to do with dual mode vs single m...

JCobu.1 by Associate II
  • 421 Views
  • 1 replies
  • 0 kudos

STM32G071RB USBPD Source not weakup PE task

STM32G071RB USBPD Source:First time, plugin usb-c cable, STM32G071RB send some source cable, the SRC power negotiation finishdisconnect and plugin cable again, the PE task not weak-up, no source cap packet send in type C bus. the source code go to so...

H V N D by Associate III
  • 1687 Views
  • 5 replies
  • 0 kudos

Programming STM32 over ethernet

I was wondering if there was any example code or some documentation on programming the STM32h7 over the Ethernet port. Instead of connecting a JTAG connector to the board to program I would like to use the Ethernet port through a switch. Anyone able...

USB Mass Storage

I am using stm32f072 discovery board... I want to save data in SD Card and send that data on USB. Can you tell me the approach?Other thing is Can I write data on pendrive directly?