Search results

  1. A

    PPS generation using ENET timer

    I have written this code for generating PPS on pin AD_B0_12 (pin 24 of teensy), but it's not getting generated please help. // DPS_DCO PPS generation through // peripherial: ENET_1588_EVENT1_OUT // IOMUX: ALT6, // teensy pin: 24 Serial.println("pps_generate")...
  2. A

    ENET registers not getting updated.

    Thanks for reply jmarsh, I have one question in the attached program I have configured channel one to produce pulse of width 32 1588 clock mode. I am observing this on pin no 24 of teensy. I am not getting the pulse can you please help in this.
  3. A

    ENET registers not getting updated.

    Thanks shawn, I have done that and written the code. I want to update ENET_TCSR1 with 0x0000F83C; But it is getting updated by F800 ONLY NOT BY F83C, please help
  4. A

    ENET registers not getting updated.

    I am trying to update the ENET_ATPER register by attached code. But upon uploading serial monitor does not work. It got hang. When I comment out //ENET_ATPER = 1000000000. everything works fine. Please help
Back
Top