Discuz! Board

标题: [求助帖]6050实验 [打印本页]

作者: a850674649    时间: 2024-8-28 23:27
标题: [求助帖]6050实验
mpu6050_register_read(uint8_t register_address, uint8_t * destination, uint8_t number_of_bytes)
{
ret_code_t err_code;
m_xfer_done = false;
err_code = nrf_drv_twi_tx(&m_twi, MPU6050_ADDRESS, &register_address, 1, true);
while (m_xfer_done == false){}//一直卡在这一步
模块是正常的,万用表量接线也没问题,但一直卡在这里






欢迎光临 Discuz! Board (http://qfv8.com/) Powered by Discuz! X3