2011-01-12 11:24 PM
Hi everyone,
I was wondering if anyone has used STM32F10x DSP library with the discovery board? Does the library support STM32VL-Discovery? Thanks2011-01-13 11:58 AM
Does the library support STM32VL-Discovery?
Why wouldn't it, and what would preclude you from trying it? The processor uses the same Cortex M3 core the code is compiled/assembled for. It will run slower than on a 72 MHz variant, as the VL is limited to 24 MHz operation. But you are talking math routines, not peripheral locked code.