Mercurial > public > ostc4
view wiki/Detailed CPU2-RTE Project.md @ 1072:8b97003dbb60 Icon_Integration
Improve CO2 calibration:
The most common calibration environment for diving is fresh air => ~400ppm co2. Some sensors do not have this setting as default => Calibration to 0ppm. To make sure that a proper calibration reference is set the common used value of 400ppm is not set before starting the calibration. For implementation new states were added to the co2 protocol state maschine. In addition the rx processor is now able to handle two responds parameters.
| author | Ideenmodellierer |
|---|---|
| date | Thu, 19 Feb 2026 21:37:34 +0100 |
| parents | 0e7c16dd774d |
| children |
line wrap: on
line source
# How to Create From Scratch a Project for _CPU2-RTE_ Code # Follow the same procedure than for [CPU1](Detailed CPU1-Discovery Project.md), with changes: - Create a new _board_ for processor: > Series: `STM32F4` > Mcu: `STM32F411xE` > Debug: `JTAG` - Add `Small_CPU` linked source directory (instead of _Discovery_) - Use linker script `OSTC4/Small_CPU/CPU2-F411.ld`
