I tried to measure a DMA data transfer throughput on Kinetis MCU. I was wondering how fast it is.
Read more
I tried to measure a DMA data transfer throughput on Kinetis MCU. I was wondering how fast it is.
Read moreIt is so easy to place a function in RAM when you use IAR EWARM, all you have to do is put one magical word. Then, EWARM do automatically handle the function and place it in RAM. Now, how about MCUXpresso IDE? that is a GCC environment, how can you do that? This time, I will give you a hint how you can place a function in RAM in case of GCC environment.
Read more