Datasheet

PSoC Designer IDE Guide, Document # 001-42655 Rev *B 49
Chip-Level Editor
an .h file for configurations of a 16-bit PWM (Pulse Width Modulator) created during application-code
generation:
Figure 2-40. PWM_FAN0.h
Once you generate the device configuration application code, the files for APIs and ISRs are located
in the source tree of Workspace Explorer under the Library Source Files and Library Header Files
folders.
NOTE: If you modify any ISR file and then re-generate your application, changes are not overwritten
if they are placed between user code markers included in the *int.asm file. Source code outside of
the user code marker regions is overwritten and is always re-generated. However, if a user module
is renamed and the application is re-generated, any user modifications within the user code markers
are not updated with the instance name. Any use of the user module instance name within user code
markers must be manually updated.
Figure 2-41. Place Your Custom Code Here
2.12.1 Working with ISRs
The CPU has up to 26 interrupts: 6 fixed function and 20 configurable.
Reset
Supply Monitor