Implementing DFU over I2C, only ACK byte received
Hi,I am implementing DFU over I2C to an STM32L476, trying to follow AN4221 and AN2606.For now I am focused on just getting some DFU command to work successfully over I2C, and I started with "Get Version" to get the bootloader version. I am able to ge...