• #pragma SRC: respecified or conflicting control
    I have a very simple program: void main(void) { #pragma asm inc a #pragma endasm } If I compile it as it is I get: error C272: 'asm/endasm' requires src-control to be active. So to fix...
  • #pragma SRC: respecified or conflicting control
    I have a very simple program: void main(void) { #pragma asm inc a #pragma endasm } If I compile it as it is I get: error C272: 'asm/endasm' requires src-control to be active. So to fix...
  • LPC2478 conflict between SD and LCD controller
    Good morning, I'm working with a LPC2478 and I designed my system that use different periphericals at the same time but a noticed some conflict on SD memory and LCD controller. My system works correctly...
  • LPC2478 conflict between SD and LCD controller
    Good morning, I'm working with a LPC2478 and I designed my system that use different periphericals at the same time but a noticed some conflict on SD memory and LCD controller. My system works correctly...
  • TLB Conflict abort
    Hi All, I want to check TLB Conflict abort. How can I create an address which matches multiple entries in the TLB as ARMv8 spec mentioned. ARMv8 spec: "An address can hit multiple entries in...