User Activity

We are trying to implement application which starts from location(eg. 0x0806 0000 of the flash) which other than default 0x0800 0000.As per STM32F765 reference manual and AN2606 performed following steps,Switched to Dual bank mode of flash, nDBank = ...
Hello there,While I am trying to switch to dual bank mode (by making nDBANK =0) from default(single bank) mode of internal flash with STM32F765 controller, landing up in hardfault.After resetting from hardfault when trying to read nDBANK bit from FAL...