• Design question about global variable
    Hello Normall in an application we define global variable as: int a; int b; ... How about use one structure to include all variables, and just define one structure instance? as below: struct...
  • Design question about global variable
    Hello Normall in an application we define global variable as: int a; int b; ... How about use one structure to include all variables, and just define one structure instance? as below: struct...
  • RTOS Design Considerations Version 2.0 - SVCall behavior question
    Hi, In RTOS Design Considerations Version 2.0 document, Section 2.2 ("SVCall and PendSV exceptions") following is mentioned. When the processor is in Secure state, the SVC exception handling sequence...
  • RTOS Design Considerations Version 2.0 - SVCall behavior question
    Hi, In RTOS Design Considerations Version 2.0 document, Section 2.2 ("SVCall and PendSV exceptions") following is mentioned. When the processor is in Secure state, the SVC exception handling sequence...
  • H/W Design Question RE: Enabling source level debugger
    It's my understanding that I must design my pcb to allow executing code from RAM if I want to use the KEIL source level debugger via the C16x serial port. My question is must the RAM be mapped to where...