User Activity

The host tries to write the STM8S001J3 flash memory and then read it through the SWIM interface. Writing a block of 64 bytes. happens correctly. However, reading steadily only works on 1 byte. When trying to read more bytes with one command, the resu...
I tried to connect the HTS221 to the ATtiny816 via the I2C bus. The data availability survey was conducted 2 times per second:if ((HTS221_GetCTRL_REG2() == 0) && ((HTS221_GetStatus() & 0x03) == 0x03)) {         HTS221_GetData(&HTS221_Rx_buf); ...