Posted on August 03, 2016 at 19:57Hi,Recently acquired a laptop with a 3240 x 2160 display running Windows 10. Some of the dialog boxes and configuration tables are unusable because the fonts used do not fit within the space allocated for the text....
Posted on January 08, 2016 at 23:50
Hi,
I'm attempting to read an I2C device withHAL_I2C_Master_Receive_IT(). A logic analyzer shows the data coming across the I2C bus, but where does it go?
This is a st32f405, IAR, and CubeMx generate...
Posted on August 03, 2016 at 20:47>A lot of things are unusable on a 15'' 3240 x 2160 display, it works a lot better on 27''+ displays.:) Have one on order.The issue exists on a lower resolution 24'' external monitor.It is likely a Windows issue ra...
Posted on January 08, 2016 at 23:55Seems I didn't do too well with pasting the code blocks.The first simple code block is:uint8_t value8;value8 = 0x79;halResult = HAL_I2C_Master_Receive_IT(&hi2c1, (uint16_t)FUEL_GAUGE_I2C_ADDRESS, &value8, (uint...