Using:STM32L4SVITDBANK=1The reference manual seems to state that a Mass Erase must be performed before every FSTPG. However the requirement is not clear. Assuming it is correct that a Mass Erase is required to use FSTPG: 1.Is there a time window ...
Hi Robert,Did you get any answers on this?It seems ST maintains a fork of the FatFs code (https://github.com/STMicroelectronics/stm32_mw_fatfs/tree/master) which has been updated to R0.15. However, all the auto-generated code I can get from CubeMx is...
@cr.1 You can get a 32-bit version of gcc from MinGW-64. The toolchain bundles have `i386` in the name instead of `x86_64`If you use the tutorial posted by @Michael K above (using MinGW-64 inside MSYS2), you can use `pacman` to get the right compil...
@Michael K Yes, the compiler on the build machine does matter. Even if you use standard fixed width types (e.g. `uint32_t`) in your embedded code, when you compile this with 64-bit tools for unit testing on your build machine the pointer types will ...
This is a great idea! The Toolchain Manager is a awesome feature but it is slow to launch and update. Our projects are not using the current default toolchain. A simple way to download the same GNU Tools for STM32 binaries would be great to get them ...
Smitty,We have this issue on the STM32L4Rxx MCU (with 2MB flash). Oddly, the boot from Bank 2 option (BFB2) only works when Bank 1 is *also* programmed. Our boot pins/registers are as you described.We've actually narrowed the requirement down to just...