• Wrong amount of memory space reserved?!
    Hi all! I have a problem with the definition of memory space in the e.g. XT memory. I defined a segment , like above, with 1 byte length. ?XT?MEMORY_SIZE?mifare_main SEGMENT XDATA RSEG ?XT?MEMORY_SIZE...
  • Wrong amount of memory space reserved?!
    Hi all! I have a problem with the definition of memory space in the e.g. XT memory. I defined a segment , like above, with 1 byte length. ?XT?MEMORY_SIZE?mifare_main SEGMENT XDATA RSEG ?XT?MEMORY_SIZE...
  • 6x6 Complex Matrix Inversion on the ARM Cortex M4F processor
    I want to do a 6x6 complex matrix inversion on the ARM Cortex M4F processor. I am getting the C code for doing the same with a real matrix using the CMSIS library. Has anyone written a similar C code...
  • What is the relation between scx_min_sync_latency and tlm_global_quantum?
    Reading the fast models documentation we see a description of scx_min_sync_latency but I was not able to find a clear explanation of it's relation to tlm_global_quantum. The examples we can find usually...
  • CMSIS-DSP: Matrix Inverse problem
    Hello, While debugging a DSP algorithm, I realized the problem is duo to the CMSIS matrix inverse function: arm_mat_inverse_f32. It's really strange and is driving me crazy. arm_mat_inverse_f32 returns...