Solved
can stm32 program itself without not using programing pin ?
For example how can i do this with stm32f030cc?
For example how can i do this with stm32f030cc?
I hope you can understand what did i do in this codes :grinning_face: .
I change value of address of nop codes.
ldr r1, =(0x0800040c) // address of first saver nop
ldr r0, =(0x2555) ; ldr r5, =(0x55)
str r0, [r1]
ldr r1, =(0x08000410) // address of second saver nop
ldr r0, =(0x2455) ; ldr r4, =(0x55)
str r0, [r1]
nop // first saver nop) ldr r5, =(0x55)
nop // nop this should nop because it is stucking when you load new code here
nop // second saver nop) ldr r4, =(0x55)
;nop // if you will save new code this nop should nop
;nop // if you save new code, you can save new code hereEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.