Posted on November 07, 2013 at 15:44Hello all,Recently I came across a puzzling situation. I have a system that behaves differently depending on whether I am debugging the application or running otherwise. My environment1) STM32F103x running at 8MHz...
Posted on December 13, 2012 at 19:18
Hello Community,
A peculiar situation with the I2C has caught me off guard,
Some Background for you:-
System Details:-
1) Hardware: STM32F103T8U7 communicating with an Atmel ATTiny4313 ove...
Posted on December 14, 2012 at 20:42Thank you all for looking at this. I have found the offending piece of code deep within my I2C driver that caused this strange behavior. My driver was based on an earlier architecture that used a different microco...
Posted on December 13, 2012 at 19:23Also, the STM32_I2C_Open and STM32_I2C_Close functions merely init the I2C peripheral before transmit. They were added to add modularity to the driver so that any device behaving like the master could use these co...
Posted on May 17, 2011 at 14:20Okay, So here is the answer. This CAN setup cannot handle the speed with which data originates at the transmitter, meaning that the transmit mailboxes are full when subsequent iteration loops try to fill them up so pac...
Posted on May 17, 2011 at 14:18Hi Clive1, My apologies for the delayed response. I am using the IAR Assembler and IAR C/C++ Compiler for ARM version 6.10.1.52143 (EWARM) with the IAR Jtrace. I had already read the post neil.andrew mentioned and I a...