Posted on November 07, 2013 at 19:02
Hi,
I am currently stuck with stlink v2 and ITM trace on a STM32F103RB. I am using CMSIS debug support by simply calling ITM_SendChar(). This is the only trace specific code than I am using.
I...
Posted on September 20, 2013 at 18:13 I am puzzled over a missing SPI TX buffer empty interrupt at the end of a transmission. In slave mode I transmit x bytes and disable the tx interrupt when a new tx empty interrupt is generated after the ...
Posted on November 07, 2013 at 20:37That was already set wrong. Now I set to 72MHz and SWV Frequency is auto-set to 2MHz. Does that make sense? But still no data.
Posted on September 22, 2013 at 06:38From the logic I could remove the else. And I agree that a set RXNE-flag would be an issue as it would disable the interrupt without also performing the required other logic. But it raises two new question: 1) t...