Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MiniMatrixSTM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MiniMatrixTeam
MiniMatrixSTM
Commits
47aa3268
Commit
47aa3268
authored
Jun 4, 2021
by
ftomi
Browse files
Options
Downloads
Patches
Plain Diff
Fix ready default value
Enable ready after all init
parent
3027c13b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Core/Src/main.c
+1
-0
1 addition, 0 deletions
Core/Src/main.c
minimatrixstm.ioc
+1
-1
1 addition, 1 deletion
minimatrixstm.ioc
with
2 additions
and
1 deletion
Core/Src/main.c
+
1
−
0
View file @
47aa3268
...
@@ -101,6 +101,7 @@ int main(void)
...
@@ -101,6 +101,7 @@ int main(void)
led_buffer_init
();
led_buffer_init
();
init_spi_dma
();
init_spi_dma
();
LL_SPI_Enable
(
SPI3
);
LL_SPI_Enable
(
SPI3
);
LL_GPIO_SetOutputPin
(
Ready_GPIO_Port
,
Ready_Pin
);
/* USER CODE END 2 */
/* USER CODE END 2 */
/* Infinite loop */
/* Infinite loop */
...
...
This diff is collapsed.
Click to expand it.
minimatrixstm.ioc
+
1
−
1
View file @
47aa3268
...
@@ -225,7 +225,7 @@ Dma.TIM1_UP.3.Mode=DMA_NORMAL
...
@@ -225,7 +225,7 @@ Dma.TIM1_UP.3.Mode=DMA_NORMAL
ProjectManager.FreePins=false
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
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
Dma.TIM1_UP.3.Direction=DMA_MEMORY_TO_PERIPH
ProjectManager.AskForMigrate=
fals
e
ProjectManager.AskForMigrate=
tru
e
Mcu.Name=STM32F301K(6-8)Tx
Mcu.Name=STM32F301K(6-8)Tx
Dma.SPI3_RX.0.Instance=DMA1_Channel2
Dma.SPI3_RX.0.Instance=DMA1_Channel2
Mcu.Pin26=VP_TIM1_VS_ClockSourceINT
Mcu.Pin26=VP_TIM1_VS_ClockSourceINT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment