TouchGFX firmware has a dependency on STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-31 4:03 AM
Hi,
As the title says the firmware I'm working on, which has been created using TouchGFX, will not work without having STM32CubeProgrammer installed on the system. Does anyone have any ideas as to why this could be or any drivers etc. that I could maybe use as a dependency instead?
Many thanks
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-31 4:18 AM
@remodivito wrote:will not work without having STM32CubeProgrammer installed on the system.
Please explain what you mean by that:
- The code won't build on your host machine?
- You can't load the code onto your target?
- The code doesn't run on the target?
- other?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-31 4:20 AM
The program is for updating the firmware. It fails to recognise the ST-Link hardware without CubeProgrammer installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-31 5:47 AM
Perhaps state what board you're using, and which USB connector on that board.
Sounds like it is looking for a driver that STM32 Cube Programmer installs, you could install that driver independently.
Why are you connecting it to a computer? Does it need USB for some other purpose, or just to power the board? If just powering, consider a Charging Only cable, without the data wires.
Depending on board, check for jumpers related to powering options.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-31 6:11 AM
Hi,
The board is STM32L4R9ZIT6. Hardware engineer did not state which USB connector, and I'm not sure I'm at liberty to say exactly what I'm working with, but my use requires 2 way exchange of data. Essentially I am just looking for a driver that the cube programmer installs yeah. Is there a way of finding out what drivers it does install? I haven't been able to find any sort of list
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-01 5:30 AM
Find the whole driver archive under the STM32 Cube Programmer Install directories. STM32CubeProgrammer_v2.15.0\Drivers\DFU_Driver\Driver\SignedDrivers ...
Up vote any posts that you find helpful, it shows what's working..
