E
Reaction score
0

Latest activity Postings About

    • E
      enrique reacted to shawn's post in the thread 10MHz and PPS sync with Like Like.
      Pro tip: wrap code using the “</>” button for better formatting.
    • E
      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...
    • E
      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() {...
    • E
      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...
  • Loading…
  • Loading…
Back
Top