• rewriting L51_BANK.A51
    Hi The L51_BANK.A51 file assumes that the bank switching outputs from the uC can be allocated from a single port, and using consecutive pins. Unfortunately, my spare output capability doesn't fit this...
  • rewriting L51_BANK.A51
    Hi The L51_BANK.A51 file assumes that the bank switching outputs from the uC can be allocated from a single port, and using consecutive pins. Unfortunately, my spare output capability doesn't fit this...
  • Does _crol_ in intrins.h affect the carry bit?
    I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.
  • Does _crol_ in intrins.h affect the carry bit?
    I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.
  • Rewriting internal flash sectors with IAP
    Hello, A colleague of mine needs to maintain the values of variables in non-volatile memory but the only provisions he has is internal flash. He implemented a scheme that uses 7 sectors (LPC1788...