Hi, BOSCH
1. To download firmware to BHI260 I understand that there are two kinds.
First, downloading to Flash works fine, but it doesn't run.
Timeout error after booting_from_flash.
No matter how many times I read the register, it is not normal.
2. Second, RAM downloads well, works well, and reads kernel versions well.
What I expect from these problems is, The firmware download routine (because the RAM works well) does not appear to be a problem.
There seems to be a problem with what is written in Flash, or there seems to be a problem with the firmware applied to Flash.
3. Third, if you look at the bhi260 datasheet, it says that when writing firmware on flash, you should write firmware on 0x1F84.
Flash descriptor is written on the first sector of Flash.
The flash descriptor contains information about flash.
It works without it.
Without Flash decipher, it only works in the default SPI mode (slow and operational).
When you apply the flash descriptor, it operates in full operation mode. QSPI is said to be available (because it is set to maximum).
However, there is no mention of this in the relevant example of github. (On the code)
4. The example and related sources you are using were downloaded from https://github.com/BoschSensortec/BHY2-Sensor-API and tested.
5. For your information, I wrote a question using load_firmware in the example folder.
6. I understand files such as Euler and Quaternion among example files, but what is 'Klio' file?
Currently, the development board used for the BHI260 shuttle is not using the one provided.
If the source of the development board is provided separately, I would like to receive it.
One more thing, if you look at all the applications in the example, after booting up, you can see that.
Like this, the contents of unconditionally erasing and writing flash are all the same.
Normally, I only need to use it once for flash.
I don't understand why the example source is configured this way.
Hi mgchoi,
Are you using the BHI260AP Shuttle board or the customer board when your downloding firmware to Flash?
Klio is the example of self-learning.
Yes, I downloaded firmware to Flash using BHI260AP 3.0 ver. However, the Application Board is being tested using the MCU we will use.
Is there any other answer to the above situation?