Skip to content
Snippets Groups Projects
Commit 47aa3268 authored by ftomi's avatar ftomi
Browse files

Fix ready default value

Enable ready after all init
parent 3027c13b
Branches master
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ int main(void)
led_buffer_init();
init_spi_dma();
LL_SPI_Enable(SPI3);
LL_GPIO_SetOutputPin(Ready_GPIO_Port, Ready_Pin);
/* USER CODE END 2 */
/* Infinite loop */
......
......@@ -225,7 +225,7 @@ Dma.TIM1_UP.3.Mode=DMA_NORMAL
ProjectManager.FreePins=false
RCC.IPParameters=ADC12outputFreq_Value,AHBFreq_Value,APB1CLKDivider,APB1Freq_Value,APB1TimFreq_Value,APB2Freq_Value,APB2TimFreq_Value,CortexFreq_Value,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSEPLLFreq_Value,HSE_VALUE,HSIPLLFreq_Value,HSI_VALUE,I2C1Freq_Value,I2C2Freq_Value,I2C3Freq_Value,I2SClocksFreq_Value,LSI_VALUE,MCOFreq_Value,PLLCLKFreq_Value,PLLMCOFreq_Value,PLLMUL,PLLSourceVirtual,RTCFreq_Value,RTCHSEDivFreq_Value,SYSCLKFreq_VALUE,SYSCLKSourceVirtual,TIM15Freq_Value,TIM16Freq_Value,TIM17Freq_Value,TIM1Freq_Value,TIM2Freq_Value,USART1Freq_Value,VCOOutput2Freq_Value
Dma.TIM1_UP.3.Direction=DMA_MEMORY_TO_PERIPH
ProjectManager.AskForMigrate=false
ProjectManager.AskForMigrate=true
Mcu.Name=STM32F301K(6-8)Tx
Dma.SPI3_RX.0.Instance=DMA1_Channel2
Mcu.Pin26=VP_TIM1_VS_ClockSourceINT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment