2021-12-28 10:55 AM
I want to download a DFU file to a target using STM32CubeProgrammer (2.9.0) running on the MacOS. I can connect to the target and read its memory contents OK, but when I try to open a DFU file, the filename is grayed-out. The manual does not mention a separate driver (like there is for Windows). Help? Thanks.
2022-01-10 11:49 AM
There was not an installer for aarch64 Mac M1
although STM32CubeIDE does run on Mac M1 and generated a .hex file, looking for a way to download to target using ST-Link/V2 or other. Anybody using Mac M1 found a way to do it ?
SetupSTM32CubeProgrammer-2_9_0_macos: Mach-O 64-bit executable x86_64
Has anybody tried to install on Parallels Virtual Ubuntu 20.04, then can it use ST-Link/V2 on Mac M1 ?
2022-01-12 08:52 AM
Hi @EHans.1 ,
The DFU file are not supported by STM32CubeProgrammer .
DFU file are supported only in Windows by Dfuse tool.
Houda