• 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...
  • Creating a boot loader and application in ROM at different locations
    I want to create a boot loader that will be loaded/executed at device startup which will determine if the firmware application is present and if so, jump (start) the application firmware. Else, it will...