Skip to content

ELT73A-LAB-TPL/LAB11

Repository files navigation

LAB08 template for ELT73A course

Git commands

How to config git

git config --global user.name "Your Name"
git config --global user.email yourmail@domain.tld

It's recommended to verify that the your Git installation is not performing any transformation between LFs and CRLFs.

git config --global core.autocrlf false
git config list --show-origin

How to commit updates

cd LAB11
git status
git add .
git commit -m "My message for this commit!"
git push
git log

LAB steps

Generate code with EXTI0, ADC1, PWM and DMA

LoadMX TIM2EXTI0ADC1PWMDMA TIM2EXTI0ADC1PWMDMA.txt Y
LoadMX TIM2EXTI0ADC1PWMDMAI2C TIM2EXTI0ADC1PWMDMAI2C.txt

Running STM32CubeMX in command-line mode

References

STM32 Arm® Cortex® MCU wiki

MiniF4-STM32F401CEU6

STM32CubeF4 MCU Firmware Package

STM32 Development Tools

About

LAB11 template for ELT73A course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages