Other Parts Discussed in Thread: , BQSTUDIO
I am using the bq78350-R1 in a product in production, and I was wondering how the ROM Mode works.
I already have functioning code to read and write to the Data Flash. However, what commands are used to write to the ROM area (i.e. addresses 0x100000 through 0x117FFF)?
The Technical Reference Manual states:
ManufacturerAccess() 0x0F00 ROM Mode
This command sends the device into ROM mode in preparation for re-programming. [...] use 0x08 to
ManufacturerAccess() to return.
Are there a different set of commands available when in ROM mode? Do I write to the ROM area using the Data Flash block write commands?
Is there example code somewhere for re-programming the ROM?