• Allocating Data Structure to Specific Memory Location
    I have data structures of >166 Kbytes of data elements. I have declared these structures as: typedef struct CodeTiming_tag { ubyte code_id; ubyte algo_id; uword timing_parameter[MAX_TABLE_ENTRY]; }CodeTimingType;...
  • Allocating Data Structure to Specific Memory Location
    I have data structures of >166 Kbytes of data elements. I have declared these structures as: typedef struct CodeTiming_tag { ubyte code_id; ubyte algo_id; uword timing_parameter[MAX_TABLE_ENTRY]; }CodeTimingType;...
  • secure & non-secure address space in Cotex-A9
    Note: This was originally posted on 11th May 2011 at http://forums.arm.com Dear professor, I would like to know how is it implemented the separate address space between secure state and non-secure state...
  • secure & non-secure address space in Cotex-A9
    Note: This was originally posted on 11th May 2011 at http://forums.arm.com Dear professor, I would like to know how is it implemented the separate address space between secure state and non-secure state...
  • Cotex-M7 : Is there any hang case which TCMwait could make?
    Hello, I am using Cortex-M7 Processor and long latency memory with ITCM and DTCM I knew that TCM protocol defines multi-cycles TCMWAIT signal (I read Cortex-M7 TRM). So, I implemented ITCMWAIT and...