Mario Hüttel mhu
mhu pushed to feature/40-fir-filter at mhu/reflow-oven-control-sw 2021-08-19 21:45:05 +02:00
e3670434ca Add FIR filter code
ffb544e21d Merge branch 'issue/37-crc-flags-config-regs' into dev
e4ebf9ec3f Add CRC monitoring over ADC registers
6e89c0e098 Update error memory viewer to newest memory structure
fdb1c6e893 Fix memory checking. The stack is now completely copied to CCMRAM before testing the main memory.
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-08-19 21:25:12 +02:00
a802b5c1b5 Add main cylcle counter and increase filter alpha for PT1000 to 0.01
mhu opened issue mhu/reflow-oven-control-sw#40 2021-08-19 21:22:18 +02:00
Replace moving average filter by FIR low pass SINC filter for faster temperature response
mhu commented on issue mhu/reflow-oven-control-sw#38 2021-08-19 21:21:23 +02:00
Add command to profile language for setting the PT1000 filter value

Obsolete. Filter will be replaced by FIR filter.

mhu closed issue mhu/reflow-oven-control-sw#38 2021-08-19 21:21:23 +02:00
Add command to profile language for setting the PT1000 filter value
mhu opened issue mhu/reflow-oven-control-sw#39 2021-07-26 10:27:37 +02:00
Add DIGIO commands to profile language
mhu opened issue mhu/reflow-oven-control-sw#38 2021-07-26 09:40:22 +02:00
Add command to profile language for setting the PT1000 filter value
mhu closed issue mhu/reflow-oven-control-sw#37 2021-07-23 20:21:43 +02:00
Add new safetx flag: ERR_FLAG_PERIPH_CONF_XXX
mhu commented on issue mhu/reflow-oven-control-sw#37 2021-07-23 20:21:42 +02:00
Add new safetx flag: ERR_FLAG_PERIPH_CONF_XXX

Implemented in ffb544e21d

mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-23 20:06:45 +02:00
ffb544e21d Merge branch 'issue/37-crc-flags-config-regs' into dev
e4ebf9ec3f Add CRC monitoring over ADC registers
Compare 2 commits »
mhu commented on issue mhu/reflow-oven-control-sw#36 2021-07-21 11:34:14 +02:00
Write safety controller test.

Implement this after release of v1.0 It is not high priorit. the correct working of the safetxy controller will be ensured by testing it during development.

mhu opened issue mhu/reflow-oven-control-sw#37 2021-07-21 11:33:14 +02:00
Add new safetx flag: ERR_FLAG_PERIPH_CONF_XXX
mhu opened issue mhu/reflow-oven-control-sw#36 2021-07-21 11:28:25 +02:00
Write safety controller test.
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-20 22:03:07 +02:00
6e89c0e098 Update error memory viewer to newest memory structure
fdb1c6e893 Fix memory checking. The stack is now completely copied to CCMRAM before testing the main memory.
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-17 15:25:28 +02:00
e753504ae3 Check for python in RAM code and use find_package to determine the python interpreter
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-17 15:12:57 +02:00
2fa12cda60 Throw error in case the python virtualenv cannot be found
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-16 21:57:33 +02:00
17609a2491 Add automatic flash CRC patching to cmake
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-16 21:18:02 +02:00
1e870972e3 Improve code and add a Flash CRC check
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-16 17:29:15 +02:00
864c3fa0f2 Fix bug in handling of error memory NOP entries
mhu pushed to dev at mhu/reflow-oven-control-sw 2021-07-15 19:50:22 +02:00
9c872f6746 Improve documentation and beatify pieces of code