Is there anyone who knows how to do this? Here's how it works:
Question: - Write a main.asm file in PSoC designer. Make sure to have the subsequent in place:
Part 1: Initialize the LED outputs to 0's.
Part 2: Set the corresponding bit in INT_MSK0 to 1.
Part 3: Enable global interrupt. (Refer to CPU_F register or use macro)
Part 4: Run a control loop which does nothing.
You need to prepare a assembly program to initialize the LED outputs.