User Activity

Posted on July 28, 2016 at 14:03For the last few months I've been working on a project that used an STM32F030 microcontroller. Due to a shortage of GPIO I've had to use the SW debug pins for other functions. Until recently this wasn't a problem, sin...
Posted on April 26, 2016 at 17:00I've got an STM32F0 based I2C slave device which I'd like to send simple commands to, as well as updates containing additional bytes of data. HAL_I2C_Slave_Receive_IT() seems to require you to directly set the number...
Posted on September 02, 2015 at 15:32  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 27, 2015 at 13:08Hi,I've been looking over an example of master/slave I2C communication using an interrupt and I just can't seem to figure out how it actually works. The description is really vague and the HAL documentation isn't mu...
Posted on September 29, 2014 at 23:16 Hi all, I've been getting familiar with the RCC stuff on the STM32L152 (STMrecently152L-Discovery), but I'm struggling to push the baud rate of my USART transmission beyond 130Kbaud. I've set u...