Added CAN
This commit is contained in:
parent
526b689693
commit
fc1f245eb2
13 changed files with 489 additions and 183 deletions
|
@ -30,7 +30,7 @@ void adcIsrCallBack(void) {
|
|||
}
|
||||
update_IO_ADC(SYSTEMobj_1.IO, ADC_array,SYSTEMobj_1.DRIVE->STAT.stat.bit_ENABLED);
|
||||
/*Calling of Application control function with Fast update rate*/
|
||||
FAST_loop(&SYSTEMobj_1);
|
||||
//FAST_loop(&SYSTEMobj_1);
|
||||
stop_ADC_isr = SysTick->VAL;
|
||||
ADC_ISR_time = ISR_TIME_CALC(start_ADC_isr, stop_ADC_isr);
|
||||
LL_GPIO_TogglePin(LED1_GPIO_Port, LED1_Pin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue