03-08-2023 11:38 PM
Hello!
I'm currently working on a memory constrained application, involving a BMA456 sensor. I have a question about the configuration file - do I need to load it everytime the sensor powers on? Or is it enough to program it once, and not change it anymore.
Since my microcontroller does not have enough memory to store the entire configuration in its flash, I would need to add external memory just to store the BMA456 configuration, which adds complexity to the project. I would like to avoid that and rather just program the configuration once during assembly, if possible.
03-09-2023 04:34 AM
Hi Niki,
Which algorithm features of BMA456 are used in your application?
Which BMA456 firmware do you currently use?
The BMA456 has different firwmware versions which have different algorithm features, and different firmware sizes.
03-09-2023 09:01 AM
03-09-2023 09:18 AM
Hi Niki,
As you use the algorithm feature of BMA456. You need to load the configuration file every time when you initialize the sensor.