Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

PSoC Creator: Enable/Disable Global Interrupt Debug Option Does Not Work for PSoC 3 - KBA227048

PSoC Creator: Enable/Disable Global Interrupt Debug Option Does Not Work for PSoC 3 - KBA227048

Community-Team
Employee
Employee
50 questions asked 10 questions asked 5 questions asked

Author: AnkitaS_51          Version: **

Translation - Japanese: PSoC Creator:グローバル割り込みデバッグオプションの有効化/無効化がPSoC3で機能しない - KBA227048 - Community Translated (JA)

Answer:

The "Enable/Disable Global Interrupt” debug option (see screenshot above) in PSoC® Creator™ does not work for PSoC 3 devices (see the screenshot below)

pastedImage_1.png

Add the macros CyGlobalIntEnable and CyGlobalIntDisable to your code to enable and disable Global interrupts.  You can call these macros such as follows:

CyGlobalIntEnable;

CyGlobalIntDisable;

0 Likes
710 Views
Contributors