How to config git
git config --global user.name "Your Name"
git config --global user.email yourmail@domain.tldIt's recommended to verify that the your Git installation is not performing any transformation between LFs and CRLFs.
git config --global core.autocrlf falsegit config list --show-originHow to commit updates
cd LAB09
git status
git add .
git commit -m "My message for this commit!"
git push
git logGenerate code with EXTI0, ADC1, PWM, DMA and RTOS
LoadMX TIM2EXTI0ADC1PWMDMARTOS TIM2EXTI0ADC1PWMDMARTOS.txt NTo generate a script
export script ScriptToLoad.txt- https://github.com/STMicroelectronics/STM32CubeF4
- https://github.com/STMicroelectronics/STM32Cube_MCU_Overall_Offer