Px4-autopilot: NuttX STM32F7 write-back dcache

Created on 8 Jun 2019  路  2Comments  路  Source: PX4/PX4-Autopilot

Due to ARM 1259864 data corruption eratta we currently have the dcache disabled on stm32f7. One solution is to switch to write-back data cache configuration, but this is currently broken for other reasons (starting at our own px4io driver https://github.com/PX4/Firmware/pull/12075).

bug enhancement fmu-v5 nuttx

Most helpful comment

I had spent a little bit of time on this before discussing it with Daniel. It's really just a matter of spending the time to ferret out all of the issues. The obvious ones that hard faults will be the first. Second Step would be figuring out the subtle bugs due to misalignment

All 2 comments

@davids5 Is there a quick path to get there?

I had spent a little bit of time on this before discussing it with Daniel. It's really just a matter of spending the time to ferret out all of the issues. The obvious ones that hard faults will be the first. Second Step would be figuring out the subtle bugs due to misalignment

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bthnekn picture bthnekn  路  4Comments

kainism picture kainism  路  4Comments

huangwen0907 picture huangwen0907  路  3Comments

bosskwei picture bosskwei  路  3Comments

robin-shaun picture robin-shaun  路  4Comments