STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767VIT6: SAI1 USB issue

I'm working on a board where SAI1 is wired to a DAC. I've had it working using HAL calls, from a wavetable in RAM. But it needs to play back audio from USB. I tried various approaches; no luck. I was pointed at:STM32Cube_FW_F7_V1.15.0\Projects\STM327...

I'm trying to resolve some ambiguity related to write-while-read of flash within the STM32L4R5ZI. If someone can straighten me out I'd appreciate it.

The FlashErase example project in the STM32Cube_FW_L4 here:D:\STMicro\STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L4R5ZI\Examples\FLASH\FLASH_EraseProgram\Src seems to imply that it's possible to erase and write to the same bank of flash that you are exe...

Rvon by Associate
  • 821 Views
  • 3 replies
  • 0 kudos

Resolved! Adding UART to existing project

Hello,I have donwloaded the STM32CUBE FW pack for F1 modules.I tested 2 of them: a UART_PRINTF example and a PWR example, for the F100 Discovery board.Both examples work well, and I want to add UART capability to the PWR example.How does one do it?I ...

ISeed by Senior
  • 787 Views
  • 2 replies
  • 0 kudos

Resolved! Default S/W Listing for STM32F7508-DK

The S/W included in this Discovery Kit is nice as a demo, but as expected, I would like to tailor it to my application. I have not found any listing for the entire S/W included in the DK, perhaps because it is proprietary and the demo is basically an...

DRobe.4 by Senior
  • 792 Views
  • 3 replies
  • 0 kudos

USB CDC to DAC

Hi, I am succesfully sending the data through libusb to the changed CDC example. But i need to use the CDC_Receive_FS function to send the data from USB buffer to DAC with DMA. So USB transfer speed is faster than the speed Timer triggers the DAC-DM...

B??el by Associate II
  • 497 Views
  • 0 replies
  • 0 kudos