I would like to know where this option byte configured via the programmmer reside? The manual says that the option bytes have no address in the memory map, in that case when the micro is soldered in how does it know its configuration and proceeds with its operation ?
The controller which i am using is ST7FL35F2MAE and the memory here is XFlash and the data sheet has this OPT bit. But i am not able to find this address which you are referring. And i also have the datasheet stating that the The option bytes have no address in the memory map and can be accessed only in programming mode (for example using a standard ST7 programming tool)
The option byte can only be accessed in programming mode.
The (programminng mode) location on that device is 0xE000 But as mentioned above the OPT bit meeds setting (FCSR register), this register you can only access in programming mode. Regards sjo