##// END OF EJS Templates
LFR-EQM 2.1.82 - b...
LFR-EQM 2.1.82 - b > SMP_CLK @ 24576MHz/25 = 983.03Hz > OEn active during one cycle > sample ADC_DATA one cycle after the OEn SMP_CLK --------|___________ CLK_25Mhz-|_|-|_|-|_|-|_|-|_|-|_|-|_|-|_|-|_| ADC_OEn ------------|___|----- ADC_DATA ****************{data} ADC_DATA_reg****************{data}

File last commit:

r99:fb73d940a921 martin
r600:1d46c91bda8b simu_with_Leon3
Show More
main.c
14 lines | 247 B | text/x-c | CLexer
#include <stdio.h>
#include "lpp_apb_functions.h"
#include "apb_uart_Driver.h"
int main()
{
printf("Debut Main\n\n");
UART_Device* dev = openUART(0);
while(1){
uartputc(dev,uartgetc(dev));
}
return 0;
}