Posted on May 17, 2011 at 13:06Hi When I use I2C library without Keil RTX to communicate with I2C EEPROM the program works fine, but when I start the RTX the program stuck at: Code:while(!Status) Status=I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMIT...
Posted on May 17, 2011 at 12:50I didn't use the imaginary part, I left this part of array as 0x0000. I saw in the example STMicroelectronics\STM32F10x_DSP_Lib_V1.0.1\DSP DEMO\project\RVMDK that they don't fill the array with the imaginary part. So t...
Posted on May 17, 2011 at 12:50Hi, I'm trying to use the cr4_fft_1024_stm32 function that comes with DSP Library, on Keil compiler but something is wrong. I used: Code: cr4_fft_1024_stm32 (y,x,1024); x[1024], is an U32 input array with the data samp...