• Cortex M0 internal Failure solution for ALU, CPU and Register rong results
    Hello All, I am using Cortex M0 based controller and want to know if the following issues can happen and what can be the possible solution by software to handle the issues: 1. ALU resulting wrong result...
  • Cortex M0 internal Failure solution for ALU, CPU and Register rong results
    Hello All, I am using Cortex M0 based controller and want to know if the following issues can happen and what can be the possible solution by software to handle the issues: 1. ALU resulting wrong result...
  • 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...
  • Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...