• Interrupt masking during debugging
    For example, if you need to debug an application but do not want the code to enter the interrupt service routine during the stepping, the interrupt request can be masked. This is done by setting the...
  • Masked GPIO Access on LPC1343
    This is probably a really dumb question, but you have to start somewhere. I want to use the masked access feature on the LPC1343. Right now I am using this code to write to all of the bits. ...
  • Uart Masking Interrupts
    Hi, I was looking at the PrimeCell UART (PL011) registers and I see that there is a register for masking the bits Interrupt Mask Set/Clear Register (UARTIMSC). Could anyone please tell me what the functionality...
  • How to make an absolutely placed library for mask ROM memory
    Hi experts, we wanna put a mask rom memory in our system, so I need to move parts of our code (API funcitons/const data) into this ROM as library, that is, the main application put at other RAM/ROM can...
  • Entries in List of Function Register Masks
    The linker provides a section "FUNCTION REGISTER MASKS" in the map file. This lists 32-bit values that indicate the registers used by certain functions in the build. These values are in turn used by the...