Hi, I'm working on a project that need to generate a 10MHZ and PPS signals,buts with phase sync. I accomplish to generate both signals, but cant make it sync.
This sis my code:
#include <Arduino.h>
#include <eFlexPwm.h>
using namespace eFlex...
Hi Paul. Finally I make it work with the following code for complete bank 07.
Now I can start selecting which pins change state at different rates for my project
thanks
void setup() {
GPIO7_GDIR = 0xFFFFFFFF;
void loop() {...
Hi, I'm working on a RF attenuator project and I need fast gpio state change. I know registers is the way to go, but can't get the simple blink sketch work using registers.
This is what I did try:
#define PIN 13
#define MASK (1...