Hi!
Application on my own PCB doesn't run after power turned off and then turned. It works only in debug session until power is turned off. I tried configure boot mode on "Flash boot (0x03)" by setting
Z1_BOOTPIN_CONFIG.BOOTPIN_CONIFG = 0x5AFFFFFF;
Z1_BOOTDEF_HIGH.BOOTDEF_HIGH = 0x00;
Z1_BOOTDEF_LOW.BOOTDEF_LOW = 0x03;
but it didn't work. I whant boot from flash without counfigure GPIO pins.