• This is just testing
    I am enterng this post for first time this is for testing purpose
  • This is just testing
    I am enterng this post for first time this is for testing purpose
  • Even after using the pragma arm section zidata = ".test", i see some variables in the test section and some still in the data section. I am using RVCT2.2. Can someone please help me with this?
    I have few variables and am using the below pragma #pragma arm section zidata = ".test" i see that some of the vairable are going to the .test section but some are still in the .data section. The code...
  • Even after using the pragma arm section zidata = ".test", i see some variables in the test section and some still in the data section. I am using RVCT2.2. Can someone please help me with this?
    I have few variables and am using the below pragma #pragma arm section zidata = ".test" i see that some of the vairable are going to the .test section but some are still in the .data section. The code...
  • Issues in testing on RVDS4.0 vs testing on BeagleBoard
    Hi experts, Currently I'm working on optimization of some audio codec on Cortex-A8, I have coded some functions with Neon Intrinsics and some in asm. when I tested on Rvds4.0 simulator every thing is...