cancel
Showing results for 
Search instead for 
Did you mean: 

Can't download to Riverdi RVT101HVSFWCA0 display

Matiasefe_95
Associate II

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

   

1 ACCEPTED SOLUTION

Accepted Solutions
GaetanGodart
ST Employee

Hello @Matiasefe_95 ,

 

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

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

View solution in original post

8 REPLIES 8

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Pavel A.
Evangelist III

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

 

Matiasefe_95
Associate II

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

GaetanGodart
ST Employee

Hello @Matiasefe_95 ,

 

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

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

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 Venmo
Up vote any posts that you find helpful, it shows what's working..

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?

Thread went here  https://community.st.com/t5/stm32-mcus-boards-and-hardware/can-t-download-to-riverdi-rvt101hvsfwca0-display/td-p/792345

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