Hi forum,
I want to impement a data logger device in order to collect data from 16 ADCs. I want to use the real-time clock of the hibernate module in order to timestamp each row of ADC data and write them in a .csv file in a microSD card. In the real-time clock interrupt handler a use the ADCProcessorTrigger() function in order to create an interrupt and collect the ADC data. I think that set up the hibernate module properly but it seems that an interrupt on RTC match doesn't occur, so the program doesn't call the interrupt handler function in order to generate an ADC interrupt and collect tha data. Is there something in my code that I can't see. I attach the whole project below.art-logger_final.zip