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...
I'm afraid, you did not read my previous report regarding two projects under the workspace with the issue. Regardless of your assert, if you support or not the internal builder, the symptoms are that the IDE does support both builders, and when build...
Thank you for helping me!I discovered an interesting thing: under the "bad" workspace I have actually two projects: "Basic" and "Mowitec", and the last one can be switched to the internal builder w/o any issue! Thus, it must be some project setting(s...
In the "good" workspace it does not matter, pinned or not: I see the output of the builder anyway. The main issue is no more the console but the fact, under the "bad" workspace the internal builder crashes:Later, since for building of a single file a...
To the second question about "no console output while building a single file".I found out, that in the "good" workspace I can choose either "internal" or "external" builder under "Properties->C/C++ Build->Builder Settings", and both work fine. Beside...