Part Number: TMS320F280039C
如果我想使从机手动应答地址,我使用了
PMBus_configTarget(PMBUSA_BASE, PMBUS_TARGET_ENABLE_MANUAL_ACK);并且在中断里面使用
PMBus_ackAddress(PMBUSA_BASE, 0x6A, status, &rx_buffer[0]);
为什么从机会自动应答0x23?


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F280039C
如果我想使从机手动应答地址,我使用了
PMBus_configTarget(PMBUSA_BASE, PMBUS_TARGET_ENABLE_MANUAL_ACK);并且在中断里面使用
PMBus_ackAddress(PMBUSA_BASE, 0x6A, status, &rx_buffer[0]);
为什么从机会自动应答0x23?

