I have been programming with Freedom kl25z on KDS and sdk 2.0 with FREERTOS, and now I have some problem when I try to use the GPIO PTA4 because this pin is using by NMI, and then I would like to know how could disable the NMI from SDK 2.0 FreeRTOS withou
解決済! 解決策の投稿を見る。
Hello Juan,
If you want disalbe the NMI interrupt, please use the Flash Option Register (FTFA_FOPT) ->
NMI_DIS bit :
On the KSDk project code ,, only need change here :
to
.long 0xFFFFFFFF
.long 0xFFFFFFFF
.long 0xFFFFFFFF
.long 0xFFFFFBFE
Hope it helps
Alice
Hello Juan,
If you want disalbe the NMI interrupt, please use the Flash Option Register (FTFA_FOPT) ->
NMI_DIS bit :
On the KSDk project code ,, only need change here :
to
.long 0xFFFFFFFF
.long 0xFFFFFFFF
.long 0xFFFFFFFF
.long 0xFFFFFBFE
Hope it helps
Alice