I have checked both PL(both normal and burst) and PS gpios toggle speed on a bare metal application, but the speed is under 2.5 Mhz. This application achieve near 12 Mhz on LPC1768 and 10 Mhz on at91sam7s. What is the problem ?
I have checked both PL(both normal and burst) and PS gpios toggle speed on a bare metal application, but the speed is under 2.5 Mhz. This application achieve near 12 Mhz on LPC1768 and 10 Mhz on at91sam7s. What is the problem ?
its the code the arm runs,
using the general purpose drivers, then you have a robust but slow routine.
use a 'c' PEEK / POKE , by pointers will be faster.
do a search on web for C peek .
its the code the arm runs,
using the general purpose drivers, then you have a robust but slow routine.
use a 'c' PEEK / POKE , by pointers will be faster.
do a search on web for C peek .