Search results

  1. D

    DAC80501 Help

    Hello. I have been trying to get this DAC80502-01 evaluation Board to output a signal other than zero. https://www.digikey.co.uk/en/products/detail/texas-instruments/DAC80502-01EVM/22188397 In the the 8051 datasheet, it states that the CS pin needs to stay low for at least 24 clock cycles...
  2. D

    Advice and Guidance for my code please?

    I am using teensy 4.1. can you elaborate on this statement a bit more please i do not understand... This is what i have so far. Is this correct. elapsedMicros sinceTest1; // used to time the sketch int elapsed = 0; // captures time of sketch char print_buffer[40]; const uint8_t...
  3. D

    Advice and Guidance for my code please?

    Hello, I was just wondering if anybody can give me some advice regarding a sketch I am working on. I am trying to optimise for speed first and then memory resource use. I used pointers to speed everything up. I am under the impression they helps with this. Have I used them pointers correctly...
  4. D

    clock enable from system clock

    thank you Paul.
  5. D

    clock enable from system clock

    How would I do this Paul? Specifically the smallest 1 cycle pulse you could program the timer to create would be 1 cycle of 150 MHz?
  6. D

    clock enable from system clock

    Hello I am new to the forum and teensy. I mostly work with CMOS chips. I was just wondering if there was a way to create a pulse of one cycle derived from the system clock every n amount of cycles. It will be used as a clock enable to activate functions I create. Thank you.
Back
Top