Other Parts Discussed in Thread: HALCOGEN
I am testing FEE read and write example code from halcogen with little modification. On first run I am formatting bank7 , reading data from from block 1 throws me an error of INVALID_BLOCK and values are 0's . which is correct since no data is written yet. Then I am writing data asynchronously of length 32 into block 1 , then reading data which looks good. then in next power cycle or soft reset when I just try to read the data at block 1 throws me an error of INVALID_BLOCK which is strange. I see same behavior when data is written, invalidated and read in first run . then just read in second cycle leads to INVALID_BLOCK error. Looking for some support here.