• What does the word UNPREDICTABLE exactly mean and what is its effect on the system?
    Hi, In many of ARM documentation result of operations are reported as unpredictable in some situations. For example, "If the system includes the Security Extensions, accesses to CNTVOFF from Secure Monitor...
  • What does the word UNPREDICTABLE exactly mean and what is its effect on the system?
    Hi, In many of ARM documentation result of operations are reported as unpredictable in some situations. For example, "If the system includes the Security Extensions, accesses to CNTVOFF from Secure Monitor...
  • What's the purpose for WACK and RACK for ACE and what's the relationship with WVALID and RVALID ?
    Hi, From hardware perspective, what's the purpose of WACK and RACK and how does it affect the ACE protocol ? I can see that the specification says the master issues these two signals to indicate to...
  • What's the purpose for WACK and RACK for ACE and what's the relationship with WVALID and RVALID ?
    Hi, From hardware perspective, what's the purpose of WACK and RACK and how does it affect the ACE protocol ? I can see that the specification says the master issues these two signals to indicate to...
  • what is the matter with the pointer?
    hello all! *.h void Baudrate(unsigned int *ptr,unsigned char Uart_num) large; *.c void main(void) { ... *ptr = 1152; Baudrate(ptr,1); ... } In the routine ,the var Baud( Baud = *ptr;...