Skip to main content
cb.7
Associate III
March 15, 2023
Question

External Loader for STM32G0B0CET6

  • March 15, 2023
  • 3 replies
  • 1985 views

We have developed an application with LCD display in which we use TouchGFX and external SPI flash memory, the microcontroller used is STM32G0B0CET6.

I wrote an external loader for STM32G070RBT6 (tested and worked) and simply rewrote it for STM32G0B0CET6, but it doesn't work on the latter.

It always gives me an error verifying at the same address.

The suspicion is that there is a bug related to the STM32G0B0xx family (id 0x467).

Has anyone had the same problem?

3 replies

Associate III
June 27, 2024

I have same problem.

I developed an UI with NUCLEO eval STM32G0B1RE and I used MX25L6433F_NUCLEO-G0B1RE.stldr. 

But it is not working for STM32G0B0KET6.

 

erkanc_0-1719473913278.png

 

INaee.1
Associate II
July 18, 2024

Hi ,,

I have some good experience regarding generating EX-Loader .

I successfully wrote codes for my different H7 boards with winbond qspi of different capacities.

Share the interfaced i/os details b/w stm <> qspi. I will try to do for you.

here is my latest TouchGFX Board with STM32H745 & 2.95" , 854X480 TFT.

The PCB has 4 layers .

The board has Modbus RTU Master over same usb cable and I can simulate values on TFT.

the custom ex-loader is done by me for W25Q256JV,,,

STM32H745_TOUCHGFX_2.95inch_854X480_TFT.jpg

below is the SOM i used with above tiny TouchGFX experiment.

_legacyfs_online_stmicro_images_0693W00000dDQWyQAO.png

regards

i.n

Tesla DeLorean
Guru
July 18, 2024

I had constructed this   https://github.com/cturvey/stm32extldr/tree/main/g0_mx25l6433f

The underlying mechanics could be retargeted for assorted Macronix (MX25), Winbond (W25) and ISSI / Infineon QSPI chips.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..