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

kamilritz picture kamilritz  路  39Comments

MaEtUgR picture MaEtUgR  路  62Comments

nicovanduijn picture nicovanduijn  路  32Comments

rkintada picture rkintada  路  158Comments

LJ0707 picture LJ0707  路  29Comments