how to access CTRL registers in ST10F276 microcontroller?
Hi thereI want to do a write operation on ST10 flash. I'm using a example code from its datasheet. here is the code: FCR0H|= 0x1080; /*Set DWPG, SMOD*/ FARL = 0x0000; /*Load Add in FARL*/ FARH = 0x0000; /*Load Add in FARH*/ FDR0L = 0x0000; ...