Brad Robinson

Results 74 comments of Brad Robinson

OK, not sure went wrong yesterday but I completely uninstalled, deleted the old extension from the extension directory and reinstalled the VSIX and it's working much better today. This is...

Thanks Rene, that's useful info. Hopefully polling will be enough for now.

Hey Rene, I haven't had a chance to look at it properly yet (I've been stuck trying to get a DPI LCD display panel working). If it's not too hard...

Hi Rene, I'm finally getting around to integrating this with my OpenGL render loop and have hit a blocking issue - it seems CI2CSlave::Read() blocks if nothing has been received....

fwiw, not sure if this correct but I got this working by replacing the first while loop in CI2CSlave::Read with this: ``` while (nCount > 0 && (read32 (ARM_BSC_SPI_SLAVE_FR) &...

Thanks Rene. No rush as I can work with my temp hack until you get it sorted.

Awesome, thanks Rene. I'll check it out but might be a few days... I've got some other high priority work that's popped up but hope to get back to this...

Hi Rene, I'm back working on my bare metal Pi project again and I'm having issues with I2C - receiving corrupted packets and occasional lock ups. Some questions: * How...

For reference, here's a good description of i2c lockup, prevention and recovery: https://pebblebay.com/i2c-lock-up-prevention-and-recovery/