Posted on May 17, 2011 at 12:48Do you now the proper way to include stm32f10x_type.h and stdbool.h without compile error ? bool is defined twice. I changed the definition and it works, but I don't like to change third party libs. It would be nice if...
Posted on May 17, 2011 at 12:36Hello, I am using the STM32 to communicate with a 8 channel, 12 bit, SPI DAC TLV5610. The data are transmitted in Master mode with 16 bits per channel (index << 12 & value). After each word of 16 bit transmitted, the D...