STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FATFS f_write, writes wrong content when source/destination buffer is in CoreCoupledMemory with the use of DMA template using CubeMx.

Our setup:- We use DMA2 controller in conjunction with SDIO to use the physical SDCard. Given : We choose to put the STACK into core coupled memory (only accessible by CPU), since this reduces the DMA latency (see AN4031 Rev3, chapter 2.1.3). - The p...

RHerm by Associate
  • 326 Views
  • 3 replies
  • 0 kudos

ARMGCC to ARMClang

I used CubeMX to generate the Makefile project. Only ARMGCC can compile this project. But I want to use ARMClang to compile the project, how to change the Makefile.This is one of my Makefiles that currently supports C/C++.############################...

XXxGB.1 by Associate
  • 503 Views
  • 0 replies
  • 0 kudos

DFU boot into NUCLEO-G431KB board.

I'm planning to build a custom board with the STM32G431KB on it and it needs to be programmed via USB.So I bought NUCLEO-G431KB board and soldered a USB cable on it.Red on VinBlack on GNDWhite on PA11 USB_DMGreen on PA12 USB_DPI also hooked PB8-boot ...

WSpar.1 by Associate III
  • 698 Views
  • 8 replies
  • 0 kudos

Resolved! STM32 DFU USB CDC

Is it possible to do a DFU/SFU via USB CDC, how? On the UM2262 Applicate Note it mentioned on page 39 that local firmware download can be done through a UART Virtual COM port. I assume UART Virtual COM port is not the same as USB CDC. Appreciate your...

AAgar.2 by Associate III
  • 706 Views
  • 7 replies
  • 0 kudos