Skip to content

ELT73A-LAB-TPL/LAB10

Repository files navigation

LAB10 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 LAB09
git status
git add .
git commit -m "My message for this commit!"
git push
git log

LAB steps

Generate code with EXTI0, ADC1, PWM, DMA and RTOS

LoadMX TIM2EXTI0ADC1PWMDMARTOS TIM2EXTI0ADC1PWMDMARTOS.txt N

To generate a script

export script ScriptToLoad.txt

Running STM32CubeMX in command-line mode

References

STM32 Arm® Cortex® MCU wiki

MiniF4-STM32F401CEU6

STM32CubeF4 MCU Firmware Package

STM32 Development Tools

FreeRTOS with CMSIS-RTOS V2 on STM32

About

LAB10 template for ELT73A course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages