Skip to content

New Devices: AD9249, APTS, DPTS

Simon Spannagel requested to merge dpts_spi into master

Three new devices supported:

  • AD9249: 65MHz ADC on the Carboard. Requires the FMC connector board to route some things through the second LPC FMC of the ZC706. Requires matching firmware Also currently requires a custom kernel image. Implementation by @ebuschma, @simonspa
  • DPTS (Digital Pixel Test Structures): monolithic 65nm detector. Implementation by @ebuschma
  • APTS (Analog Pixel Test Structures): monolithic 65nm detector. Implementation by @ebuschma

Three changes of general interest:

  • SPI interface is now a template to support different register widths. Are these changes fine with you @afiergol ?
  • Building of executables is optional
  • Fix for writing non-readable, write-only registers
Edited by Simon Spannagel

Merge request reports