grigorig / stcgal

Open Source STC MCU ISP flash tool
642 stars 135 forks source link

Writing special parameters in ROM memory #101

Open ajaybhargav opened 5 months ago

ajaybhargav commented 5 months ago

Hi, Thanks for making this wonderful tool. I am trying to access special parameter memory of STC8G controller. I am able to read global unique ID but rest of the special parameters are not available (coming 0xff). as per datasheet it seems they are not present in memory but are written to memory during flashing by STC-ISP program.

image

image

I am unable to verify this as the older version mentioned in screenshot and datasheet are not available for download. The latest version of STC-ISP does not include this option anymore. Can we add this to stcgal somehow?

Thanks!