LAB
(Under Construction)
Lab List
Hardware
Platform:
stm32f4
Demo Kit: STM Nucleo F411RE
Arduino Uno R3 (option)
Sensor
IR Reflective Sensor(TCRT 5000): Spec Sheet
Practice Steps
Step 1: Practice mbed on Demo Kit for STM32F4xx
Step 2: Create my own HAL driver
Step 3: Create User application API in mbed style
Step 4: Program on STM 32f4x
Extra
Compare with Arduino
Naming rules
Class: Upper Letter
Structure: Upper Letter
Methods: lower letter
Register name: All Upper letter
Prefix: EC_
Last updated