User Activity

Hello everyoneSo I'm trying to read and write 64 byte long list from FT24C16A. I'm using STM32F103C8T6. So first picture displays I2C init for uC. Not problem here. I'm using 3.3 V.//---I2C_init---// static void MX_I2C1_Init(void) {   /* USER CODE ...
Hi everyone, i'm using uP STM32F103C8T6 processor and GPS module NEO M6Q with standard uart configuration on 9600 baud-rate .I enable global UART2 interrupt to receive data from GPS module on every second. But for some reasons, interrupt starts skip...
Hi, I have a project that includes STM32F103C8T6 processor. I started with SMT32 Smart V2.0development board and the code work's fine. I draw and make custom PCB, but when I flash code on STM32F103C8T6, which is placed on a custom board, the same cod...