Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: jasonconway

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    707

    Did a little experimentation and used a scope and...

    Did a little experimentation and used a scope and digitalWriteFast to come up with timings for various cache maintenance operations.

    The approach given in the first post, where a write to DCCIMVAC...
  2. Replies
    1
    Views
    707

    Cache handling - DMA transfers

    I have a function that interleaves two datasets into a buffer that gets transmitted via DMA.


    inline void packCmplx(int32_t *pCmplx, const int32_t *pStop, const int16_t *re, const int16_t *im)...
  3. r2cfft - a small wrapper to simplify FFT/IFFTs of real-valued sequences

    I wanted to share a small wrapper function I wrote for the CMSIS arm_rfft_fast_f32() function. It is intended to provide a higher efficiency, near-drop-in-replacement for instances where...
Results 1 to 3 of 3