User Activity

Hi, I have some problem with UART. I configured two uarts (UART1 and UART2) both of them are working in DMA mode. I want to send data from PC to mcu-UART1 and after receiving it the same data should be sent to UART2. I prepared test env and almost al...
Posted on February 15, 2018 at 17:12Hi I'm trying to run I2C in DMA mode with LIS35 (accelerometer). I wrote simple code as below but each time when I try to run or debug it I'm getting back return ''LIS35_ERROR;'' which means that LIS35_I2C_Init(vo...