mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Disable F7 D-cache until more knowledge is acquired
This commit is contained in:
parent
a135e9cbb2
commit
1102df5d68
5 changed files with 8 additions and 8 deletions
|
@ -193,7 +193,7 @@ void adcInit(adcConfig_t *config)
|
|||
}
|
||||
}
|
||||
|
||||
HAL_CLEANINVALIDATECACHE((uint32_t*)&adcValues, configuredAdcChannels);
|
||||
//HAL_CLEANINVALIDATECACHE((uint32_t*)&adcValues, configuredAdcChannels);
|
||||
/*##-4- Start the conversion process #######################################*/
|
||||
if(HAL_ADC_Start_DMA(&adc.ADCHandle, (uint32_t*)&adcValues, configuredAdcChannels) != HAL_OK)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue