2024-11-18 10:13:01 +01:00
2024-11-18 10:13:01 +01:00
2024-10-20 15:00:54 +02:00
2024-10-20 15:02:14 +02:00
2024-10-20 15:02:14 +02:00
2024-10-20 16:05:22 +02:00
2024-10-20 15:02:14 +02:00
2024-11-18 10:13:01 +01:00
2024-11-18 10:13:01 +01:00
2024-10-20 15:02:14 +02:00
2024-11-18 10:13:01 +01:00

Yann Sierro - Rémi Heredero

AdvEmbSoft/HESSO-Master/2024

BikeComputer

This is a project done in the course of AdvEmbSoft during the master's degree. It contains a program for spinning bikes.

Configuration

Libraries

Add disco libraries :

mbed add https://github.com/SergeAyer/DISCO_H747I.git

Add sensor libraries :

mbed add https://github.com/SergeAyer/advdembsof_library.git

Test sensor libraries :

mbed test -m DISCO_H747I -t GCC_ARM -n advdembsof_library-tests-sensors-hdc1000 --compile --run

Some questions

If you print CPU statistics at the end of every major cycle (in the super-loop), what CPU usage do you observe? How can you explain the observed CPU uptime?

We observe a 100% usage because on each CPU cycle it compare if time is done.

Description
No description provided
Readme Pixar 236 KiB
Languages
C++ 99.2%
CMake 0.8%