User Activity

Hi, I find that the number of SPI clock cycles change when I set the SPI clock speed below 1Mhz. When SPI Clock > 1 Mhz, the SPI clocks out 8 cycles 4 times, as expected. ( I am sending 4 bytes of data)When the SPI Clock < 1Mhz, the SPI clocks out 32...
I am running into "undefined reference to `arm_fir_init_f32'" error when linking an external static library (libxensiv-radar-presence.a).I have added the CMSIS DSP static library and the external static to the project configurations. Other libraries ...