About modular and easy to reuse firmware
eLooM allows us to write modular and easy to reuse firmare. But what does that mean?
In the following video I start from two Function Packs downloaded from st.com, FP-SNS-DATALOG2 and FP-AI-PDMWBSOC. They are a complex firmware developed for two different MCU families, STM32U5 and STM32WB, and using different RTOS, ThreadX and FreeRTOS. But they have been designed with eLooM.
In the following video I start from two Function Packs downloaded from st.com, FP-SNS-DATALOG2 and FP-AI-PDMWBSOC. They are a complex firmware developed for two different MCU families, STM32U5 and STM32WB, and using different RTOS, ThreadX and FreeRTOS. But they have been designed with eLooM.
What I want to do is to reuse the data processing features (DPU and DProcessTask1) from the the PDMWBSOC firmware to create a new application derived from the DATALOG2 FP. Then I want to port the same application to the STM32WB. Will I be successful? How long will it take?