SWEN-340

Resources

This is a one/ two line description of the assignment

Nucleo-L476RG
Nucleo STM32 Software and Utilities
  • Go to st.com and create an account.
  • Follow these instructions to download and install the STM32CubeIDE: Install STM32CubeIDE
  • Follow these instructions to create a new project for the Nucleo board: Create New Project
  • Follow these instructions to create a new project for the Nucleo board: Using a virtual terminal
  • Readings
  • C Language Courses on LinkedIn Learning:
    • C Essential Training: note the section on bit-wise operators
    • Up and Running with C
  • Example of a C Standard
  • Overview of Interrupts
  • C Language From SWEN 250