Posted on August 15, 2007 at 21:52 Hello all, I'm trying to translate an asm file from IAR to RVDK for uCOS-II testing. Please help me to translate the attached file. I found the grammer is different. My target is the STR750 ev...
Posted on July 20, 2007 at 02:55Hello all, I'm looking for an example of I2C Interrupt with STR750. There is an example for STR710, but I2C characteristic is liitle different. STR710 has separate Event Interrupt but STR750 doesn't. I'll use an seria...
Posted on July 17, 2007 at 07:31Hello, I tested the external clock mode of STR755FR0 with following conditions : // config P1.03 for SCLK input GPIO_Config(GPIO1, GPIO_Pin_3,GPIO_Mode_IN_FLOATING); TIM2->CR = 0; // Stop timer, reset mode, TIM2->...
Posted on June 21, 2007 at 00:56 OK, here is the SPI routine. STR755 is the slave and CS5451A(16bit ADC from Ciruus Logic) is the master. I don't send dato to the master, only I receive data every about 500us. My question was How ca...