Skip to main content
Matiasefe_95
Associate
April 9, 2025
Solved

Can't download to Riverdi RVT101HVSFWCA0 display

  • April 9, 2025
  • 5 replies
  • 1249 views

Hello,
I’m experiencing issues while programming the RVT101HVSFWCA0 Riverdi display. Specifically, I encounter errors when uploading my project using TouchGFX and STM32CubeIDE.

I would greatly appreciate your assistance in resolving this matter. I’ve attached a screenshot showing the errors and my current connection setup.

stm32cubeide_error.png

connections.jpeg

touchgfx_error.png

Best answer by GaetanGodart

Hello @Matiasefe_95 ,

 

Can you try to connect your board to STM32CubeProgrammer and erase memory then flash your elf.

 

Regards,

5 replies

Tesla DeLorean
Guru
April 9, 2025

Have you associated the project with the correct External Loader (.stldr) from Riveridi so STM32 Cube Programmer understands how to program it?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Pavel A.
Super User
April 9, 2025

This is an error erasing the external flash. Check the "external loader" selected for your board - is it correct?

 

Matiasefe_95
Associate
April 9, 2025

I am generating my project using the model selected in the TouchGFX application. From there, I import it into the STM32CubeIDE workspace. However, when I try to upload the project either from TouchGFX or STM32CubeIDE, I

get the this error.This is the model I've been using.

ModelModel

Tesla DeLorean
Guru
April 9, 2025

Ok, but it needs an External Loader associated with the QSPI memory at 0x90000000.

This file needs to be referenced in the project's metadata, and the .STLDR file needs to be in a directory that is readable/usable by STM32 Cube Programmer as it's called from the IDE

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
GaetanGodart
GaetanGodartBest answer
Technical Moderator
April 9, 2025

Hello @Matiasefe_95 ,

 

Can you try to connect your board to STM32CubeProgrammer and erase memory then flash your elf.

 

Regards,

Matiasefe_95
Associate
April 9, 2025

HI!,I used the "Erase Full Chip" function in version 2.18 of the STM32 Programmer, but the application window froze at 100%, and the programmer's red and green multi-color LEDs started flashing. It has been in this state for approximately 40 minutes. In the STM32 Programmer, I can see that all memory addresses are showing FF. Is this expected behavior?

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