To start the development of a printed circuit board, it is necessary to assign the microcontroller pins and develop a minimal program that will allow testing functionality on the development board. This program will then be used to verify the printed circuit board.
Task sequence:
- Review the requirements for the printed circuit board to determine the signals that the microcontroller must control.
- Create a project in STM32Cube IDE and configure all necessary inputs and outputs.
- Test the functionality of each signal on the development board.
- Document a table mapping the signals to the microcontroller pins in this task.
- Create a Pull Request.
To start the development of a printed circuit board, it is necessary to assign the microcontroller pins and develop a minimal program that will allow testing functionality on the development board. This program will then be used to verify the printed circuit board.
Task sequence: