Advertising:

Bosch-Cluster: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
===== Cluster Versions =====
===== Cluster Versions =====


Line 25: Line 26:




===== Reprogramming Efforts =====
===== Reprogramming=====
Until now its not yet clear how to reprogram the MCU, but there are some hints already
 
1. Buy a PG-FP4 Programmer. Important, not any other programmer(FP5,FP6)
 
2. Connect using following Diagrams:
 
[[File:Connection-Cluster-Programming.png|thumb|center]]
[[File:Connection PG-FP4.png|thumb|center]]
 
3. Use Software for FP4 Programmer to read/write chip
 
===== Community Programmer =====
1. Solder following Components to the Board(see picture). R1 and R2 needs to be calculated
2. Connect to a UART2USB Bridge. Connect RTS and DTR Pins to RESET and Enable-Pin
3. Write Flasher somehow which should work
 
[[File:Community programmer v1.png|thumb]]
 
 
===== Binarys =====
 


1. Someone needs to buy a PG-FP4 Programmer
2. Someone needs to connect it to the MCU according to the documentation


===== Community Programer =====
===== Useful Links=====
Developing a cost effective programer should be possible. According to documentation following are the technical specs to bring the MCU into bootloader:
https://github.com/eugenosm/v850-ida-scripts


1. Connect 5V to VDD0 Pin
https://github.com/gregjhogan/renesas-bootmode
2. Connect GND to VSS0 Pin
3. Connect TXD to RXD50 Pin (UART 5V Level)
4. Connect RXD to TXD50 Pin (UART 5V Level)
5. Connect GPIO-Pin(5v) to _RESET_
6. Connect GPIO-PIN(7.8V(sic)) to VPP Pin
7. Set _RESET_ pin to 5V
8. Set VPP pin to 7.8V
9. Pulse VPP-Pin 16 times
10. MCU should get into Bootmode
11. Develop try to use protocol which is descibed here https://github.com/gregjhogan/renesas-bootmode

Latest revision as of 21:01, 27 March 2024

Cluster Versions

There are dozens of different Clusters, some of which were manufactured by Motometer, and some by Bosch.

You can recognize the Bosch Cluster by its "grey" backplate, while the Motometer has a "black" backplate.

Bosch Cluster MCU

There are two main ICs used on the Bosch Cluster:

μPD70F3080 (Flash Memory)

μPD70F3081 (Mask Memory)

The μPD70F3081 cannot be reprogrammed by design as its using Masked ROM.

See https://en.wikipedia.org/wiki/Read-only_memory#Factory_programmed for details

The used MCU Subset is called V850/DB1 Avalon and is the first Generation of V850 MCUs.

Manual for the MCU can be found here:

https://www.renesas.com/br/en/document/mat/v850db1-32-16-bit-single-chip-microcontroller-avalon


Reprogramming

1. Buy a PG-FP4 Programmer. Important, not any other programmer(FP5,FP6)

2. Connect using following Diagrams:

Connection-Cluster-Programming.png
Connection PG-FP4.png

3. Use Software for FP4 Programmer to read/write chip

Community Programmer

1. Solder following Components to the Board(see picture). R1 and R2 needs to be calculated 2. Connect to a UART2USB Bridge. Connect RTS and DTR Pins to RESET and Enable-Pin 3. Write Flasher somehow which should work

Community programmer v1.png


Binarys
Useful Links

https://github.com/eugenosm/v850-ida-scripts

https://github.com/gregjhogan/renesas-bootmode