User Activity

I'm using stm32f103ze to send some data over the serial peripheral, but it didn't work. The settings are correctly set but when I try to write to the data register it always remains zero. Furthermore, none of the Serial peripherals seem to work. Wh...
__set_PRIMASK(1); // No error __set_BASEPRI(3 << 4); // Implicit declarationThis is a snippet of my code from keil uvision5. But, the IDE results in a syntax error; implicit declaration of function ' __set_BASEPRI ' is inval...
Hi I'm trying to configure stm32f103 as a master to write data to slave EEPROM chip. The master generates a start condition but slave doesn't acknowledge the address ( the address is mentioned in the datasheet though )#include "stm32f10x.h" ...
I'm working on stm32f103 I2C peripheral. I've one stm32f103 master and another stm32f103 slave. The master should send some text to the slave, but start condition never generates. The BUSY flag is set as soon as the peripheral is enable and the progr...
I'm trying to send message to sim900A via the serial port. The AT commands work but the GSM replies with some unwanted text (Previously sent text ) then finally OK. The GSM is supposed to reply what I typed with some prompts and finally OK. The pict...
Kudos from