...
Note |
---|
Make sure to check your spam filter if you don't receive a validation email after registering. |
Prepare the NUCLEO-L053R8
...
Warning |
---|
Note the +5V pin right below the +3V3 pin: You will fry your mote if you mistakenly connect to this! |
...
Anchor fig_nucleoPinout fig_nucleoPinout
...
This means that you can add or change features included in the generated HAL code by simply opening SimplePublish.ioc in STMCubeMX, make the necessary changes and generate new code.
Panel |
---|
Absolute Path IssueThere are 3 paths saved in the above STM32CubeMX files that are saved as absolute paths:
|
...
|
...
|
...
These have been manually changed to relative paths, which allows you to run them from wherever you extracted the repository. However, whenever you use them to generate code, the paths will be resolved back to absolute paths |
...
. |
Change Toolchain/IDE
Anchor | ||||
---|---|---|---|---|
|
...
- main.c
- usart.c/.h
- stm32l0xx_it.c
...