Open stefanct opened 5 years ago
https://github.com/pulp-platform/debug_bridge/blob/cce9e95e29b473932292d78bd3c223b556f79ce0/mem_zynq_apb_spi.cpp#L97
I think this statement is missing a & 0x1 at the end (and another set of parentheses around its left operand) - at least if it's trying to read IXR_PCFG_DONE only as I assume.
& 0x1
IXR_PCFG_DONE
https://github.com/pulp-platform/debug_bridge/blob/cce9e95e29b473932292d78bd3c223b556f79ce0/mem_zynq_apb_spi.cpp#L97
I think this statement is missing a
& 0x1
at the end (and another set of parentheses around its left operand) - at least if it's trying to readIXR_PCFG_DONE
only as I assume.