User Activity

This is my test program:uint8_t dev_test=0x00;while(1){HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PIN_RESET);HAL_SPI_Transmit(&hspi1,&dev_test,1,10);HAL_SPI_Receive(&hspi1,test_R,4,10);HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PI...
G071 is different from F429. When F4 is idle, MOSI is high level and MISO is low level. However, when G0 is idle, MOSI and MISO are both low level, which seem to be incompatible with my external device