Hi,I finally managed to get SPC5Studio working, and have compiled the SPC56ELxx_RLA IRQ Test Application for DiscoveryPlus board.But when I press the Execute and Debug Button, I get an error messageMissing UDE target configuration!Target configuratio...
Posted on January 03, 2013 at 16:15
Hi,
I hope someone can help.
I have got the I2C1 peripheral working fine with the above chip, but when I try and initialize the I2C2 peripheral, the busy flag is always set. Does anyone have any i...
Posted on January 04, 2013 at 10:19
Hi JW,
That was it,
many many thanks. Not sure why you
have to do this on
I2C2, not I2C1, but
in
serted th
e lines
RCC->APB1RSTR |= 0x00400000; // Reset i2c peripheral
RCC->APB1R...
Posted on January 04, 2013 at 10:19
Hi JW,
That was it,
many many thanks. Not sure why you
have to do this on
I2C2, not I2C1, but
in
serted th
e lines
RCC->APB1RSTR |= 0x00400000; // Reset i2c peripheral
RCC->APB1R...