tdse-tp4_03-adc_pwm

FIUBA - Electrónica - Taller de Sistemas Embebidos - Trabajo Práctico No 4 - Proyecto No 03
Index Commits Files Refs README
app/readme.txt (1078B)
   1 Example: tdse-tp0_05-hw_sw_test
   2 
   3  Description:
   4  Bare Metal - Event-Triggered Systems (ETS)
   5  App - retarget_printf_to_Console
   6  Project for STM32 Project (STM32CubeIDE Version: 1.7.0)
   7 
   8   SystemCoreClock     => 64MHz (15.625nS)
   9   SysTick Rate Hertz  => 1000 ticks per second (1mS)
  10 
  11   app.c (app.h)
  12    Endless loops, which execute tasks with fixed computing time. This 
  13    sequential execution is only deviated from when an interrupt event occurs.
  14 
  15   task_a.c (task_a.h) 
  16    Blocking Code
  17 
  18   task_b.c (task_b.h)
  19    Non-Blocking Code
  20 
  21   task_c.c (task_c.h)
  22    Update by Time Code
  23 
  24   logger.h (logger.c)
  25    Utilities for Retarget "printf" to Console
  26 
  27   dwt.h
  28    Utilities for Mesure "clock cycle" and "execution time" of code
  29   
  30   Special connection requirements:
  31    There are no special connection requirements for this example.
  32 
  33 Build procedures:
  34 Visit the Getting started with STM32: STM32 step-by-step at 
  35 "https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_STM32_:_STM32_step_by_step"
  36 to get started building STM32 Projects.