User Activity

Posted on August 02, 2016 at 13:24I have a weird condition in which the STM8S003 does not read the entire packet I'm sending using a PC serial port. For example I have sent 256 bytes using a PC software but at the end I have only read 214 bytes inst...
Posted on January 06, 2016 at 07:42I'm using LIS3DH_driver project from ST to read axes values from LIS3DH accelerometer. I'm not using STM32 but I have implemented my own LIS3DH_ReadReg() and LIS3DH_WriteReg() functions somehow and they are working...
Posted on November 08, 2015 at 21:19I have a running project with STM32F103 and I wanted to add UART Transmit to do some debugging but HAL_UART_Transmit does not work and does not transmit any data. I have chosen USART2 and PD.5 and PD.6 pins as the...
Posted on October 31, 2015 at 07:46I've just started using SW4STM32 and wrote a sample project to check it out but after setting up my board and its connection and a Run/Debug configuration I got this error when I want to deploy my program using ST-...
Posted on August 14, 2015 at 09:54I'm designing a hardware for STM32F103 and I want to be able to upgrade the firmware through GPRS later. I've already implemented a 128MByte NAND flash in the design but after a while I figured that NAND flash is pr...