ADE9000 COMMUNICATION PROBLEM WITH STM32F401
I have setup a base board of ADE9000 With only Basic Components connected, Like Bypass capacitors, Reset pullups and connected SPI Directly with the STM32F401 Blackpill board , Everything starts-up perfectly.
So I want to check the communication between the MCU and AE9000, So To read the Register value at 0x4FE (Version of ADE9000) I am sending 0x4FE8 (8 Is added so as to set bit 3 High For read Command) But I am only getting 0xfffc and 0xfff8 in random patterns.
SPI for STM32F4 is set to 16 bits with Mode 0 Configuration and I am checking the data using Logic Analyzer which check out that the data sent from the MCU is 0x4FE8 but receiving is 0xfffc and/or 0xfff8



