Pages: [1] 2
|
|
|
|
Author
|
Topic: Problems UI with F7/H7 (Read 10407 times)
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Problems UI with F7/H7
« on: 08. February 2020, 14:21:18 »
|
|
It's time to ask for help. Assembled 2 pieces OVI_UI_V1.8.
Processor STM32H743ZIT6V; Ser.7B658VQ,. DFU / P6 - PC can't see. I programmed with ST-Link V2. Bootloader uhsdr / bootloader-latest / OVI40 / H7 2019-01-23 0x08000000 Firmware OVI40 / H7 2019-12-24 0x08010000 Programming and verification passes normally. Verify file alignment with programmed data matches. Power 3.3V is available. Reset (25 foot) C94 with 57KOhm works - rises to 1.9V. The IC5 (ASTX-H11) 3-pin provides a 16MHz signal with a 1.7V amplitude. But that's it. White screen, CPU I / O not enabled. I feel like the program does not start. Maybe Option bytes or MCU Core something not right?
|
|
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #1 on: 08. February 2020, 14:23:32 »
|
|
and MCU Core
|
|
|
|
DO9AH
Neuling
Offline
Posts: 49
Ich liebe dieses Forum!
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #2 on: 08. February 2020, 16:06:56 »
|
|
In einem früherem Post gab es diese Erkenntnis:
0x08060000 ist für die Firmware beim H7(!!) korrekt...
|
|
Logged
|
vy 73, Andreas
|
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #3 on: 08. February 2020, 16:48:18 »
|
|
Thank you Andreas,
I tried to write firmware in H7 from address 0x08060000. Didn't help. White screen, no reaction.
What amazes me is that even after performing the Erase Chip procedure, I / O remains undefined, i.e. 0. The same remains the same when Bootloader and Firmware are programmed. For example, the PG2 should be at High Level (to read a push of a button). And with me practically 0.
I think the processors are defective, but ST-Link gets along normally.
|
|
Logged
|
|
|
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #5 on: 08. February 2020, 17:34:26 »
|
|
Thanks Andreas (DO9AH) Thank you Andre (DF8OE), You have shown me the right way. Now the UI starts.;D There were two problems: 1) I missed the information that the firmware in H7 from address 0x08060000. Andre (DO9AH) showed my mistake. But it didn't help; 2) Andreas (DF8OE) advised not to touch the processor and look closely at Option Bytes. And sure. Boot_From (H) was 0x00800000. And it should be 0x08000000. After the change everything started. The truth remains unclear what should be written in BOOT_ADD1 (H). But still thank you very much.
Thomas, I'm obviously not an expert, but with the quartz not working in RTC, I think the processor won't communicate with the ST-Link Utility either.
|
|
Logged
|
|
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #6 on: 08. February 2020, 19:10:41 »
|
|
Thank you, I understood. I didn't know. What about: what should be written in BOOT_ADD1 (H).
|
|
Logged
|
|
|
|
SP9BSL
positron alter Hase
Offline
Posts: 443
|
|
Re:Baubericht: UI mit 480MHz STM32H743ZIT6U
« Reply #7 on: 08. February 2020, 21:26:09 »
|
|
For H7 bootloader the start address (BOOT_ADD0) is :
rom (rx) : ORIGIN = 0x08000000, LENGTH = 32k |
|
the application code start is:
rom (rx) : ORIGIN = 0x08060000, LENGTH = 2048k - 384k |
|
We do not use the BOOT_ADD1 feature so you may write there what you want. I would recommend same as BOOT_ADD0 (H).
The STLink will communicate with STM (any) without RTC crystal, the firmware will not start if waiting for RTC peripherial to initialize, I'm not sure how it works in our F7/H7 firmware when there is no such crystal.
|
« Last Edit: 08. February 2020, 21:33:15 by SP9BSL » |
Logged
|
73 Slawek
|
|
|
LY1AGU
Neuling
Offline
Posts: 6
Ich liebe dieses Forum!
|
|
Re:Problems UI with F7/H7
« Reply #8 on: 09. February 2020, 13:01:13 »
|
|
Now everything is in order. I think others will be clearer. Men, your support is above any praise. Thank you.
|
|
Logged
|
|
|
|
Werner
noch länger dabei
Offline
Posts: 135
Ich liebe dieses Forum!
|
|
Re:Problems UI with F7/H7
« Reply #9 on: 09. February 2020, 17:56:26 »
|
|
Hallo Andreas,Thomas und Slawek,
dank Eurer Hilfe konnte heute auch mein UI-Board vom " Sparrow " die ersten Schritte machen !!!
Die bl und fw habe ich nach meinem Wissen auf die Adr. 0x08000000 und 0x08010000 mit dem " ST-Link V2 " und den bin Dateien ohne Fehlermeldung übertragen. Alles ohne Erfolg,das 4" Display von Artur zeigte nur einen hellen Hintergrund ! Ihr habt mich mit Eurem Beitrag erst darauf gebracht,ich habe bl u.fw nochmal kpl. gelöscht, den bl auf die alte adr und die fw auf die "0x08060000 übertragen.
Mein Sparrow UI Board Aufbau und Test durch das Forum wurden nun zum Erfolg !
Dank Eurer Hilfe !!! Denn ich hatte schon einen Tag um dem RTC -Quarz gesucht. ich kann nur sagen, "ich liebe dieses Forum " !!!
vy73 Werner
|
|
|
|
DB4PLE
positron Urgestein
Offline
Posts: 1278
|
|
Re:Problems UI with F7/H7
« Reply #10 on: 09. February 2020, 19:10:43 »
|
|
Hallo,
für alle die mitlesen und noch vor der Inbetriebnahme stehen:
Die sinnvolle Reihenfolge bei der ersten Installation eines UI Boards ist: - Bootloader via ST-Link installieren oder per DFU Mode. - jetzt testen, ob das Display funktioniert (dazu Power+Band Plus oder Band Minus drücken beim Starten) - dann Firmware via Bootloader aufspielen, der stellt sicher, das die richtige Datei an die richtige Stelle geflasht wird.
Der Bootloader braucht auch den 32.768 khz Quartz nicht, auch nicht bei den F7/H7 Boards. Das direkte Aufspielen per ST-Link von Bin-Files sollte Ausnahmefällen vorbehalten sein.
73 Danilo
|
|
Logged
|
|
|
|
peter_77
Urgestein
Offline
Posts: 735
THE mcHF and UHSDR forum !
|
|
Re:Problems UI with F7/H7
« Reply #11 on: 09. February 2020, 19:29:54 »
|
|
Danilo is right here. There is even no need for an ST-Link it can too easily be done with the standard DFuse tool.
Btw. in the early beginings of UI I40 board i kind of bricked my STM MCU as well when flashing the first beta style bootloaders. All the predefined register settings were somehow messed up and that issue of course needs an ST Link cable to fix. But only that case. You can read the whole story and the fixing process here: https://www.amateurfunk-sulingen.de/forum/index.php?board=15;action=display;threadid=577;start=315
Somewhere Andreas, DF8OE provided the correct register settings to restore normal operation but i cannot find the link to this thread anymore...
|
« Last Edit: 09. February 2020, 19:37:33 by peter_77 » |
Logged
|
|
|
|
|
Macsim Gheorghe
Guest
|
|
Re:Problems UI with F7/H7
« Reply #13 on: 05. March 2020, 12:41:03 »
|
|
Hello I recently purchased a Sparrow pcb set and stuck the stm32h743zit processor. I stuck the codecs, the eeprom, the oscillators - including the 32,768 Khz. I got the butloader, then at location 0x08060000 I wrote the software, but when starting it is locked, I did not know how to proceed. It remains only for the welcome message. Where did I go wrong, what should I do? Because it crashes on startup, I can't customize the software with the help of the butloader but with the st-link. I loaded correctly for the H7, but it stops at startup and only the welcome message and the red LED remain.
|
« Last Edit: 05. March 2020, 13:05:43 by Macsim Gheorghe » |
Logged
|
|
|
|
Macsim Gheorghe
Guest
|
|
Re:Problems UI with F7/H7
« Reply #14 on: 05. March 2020, 13:11:07 »
|
|
The firmware got it correctly but only through ST-link. That's how it stays, the bees stop it again.
|
« Last Edit: 05. March 2020, 18:01:36 by Macsim Gheorghe » |
Logged
|
|
|
|
Pages: [1] 2
|
|
|
|
|
|
|