User Activity

Hi, folks,I'm using LIS2DE12 on the PCB. The purpose: the device should inform the firmware, if the PCB has moved - intruder detection. I successfully programmed the device for INT1 on 6D movement. It works fine in general.On the PCB I have also a sm...
Hello, Two questions.First one: __attribute__((__packed__)) does not work: for a structuretypedef __attribute__((__packed__)) struct a_s {   uint32_t M; uint16_t V; uint8_t Data[1];   } Type_A;sizeof(Type_A) returns 8, not 7.Second one: after S...
Posted on October 09, 2016 at 12:35Hello! Using an own board with a F103 and a TAS5715 Class-D amplifier on it I'm trying to implement an USB-Speaker. Learning from various AN I modified the speaker example from STM USB FS Device Stack V3.3.0 by ch...
Posted on March 01, 2016 at 15:14Hello!Testing the MCU on F0 Discovery I read out the internal temperature, converted the ADC value by the code example (using the calibration constants) in the appendix A.7.16 of the RM Rev. 6 and obtained quite real...
Posted on November 13, 2011 at 01:49SOLVED: my fault, was writing two bytes less than needed. Hello, PPL! I've already put the quiestion to KEIL forum, but hope, someone here would help me faster. I got:- STM32F103RC (Cortex-M3), - SD-Card on SPI...