EEVblog Electronics Community Forum

Electronics => Microcontrollers => Topic started by: galvanix on September 01, 2021, 10:08:43 am

Title: liquid-dsp on STM32 with libopencm3
Post by: galvanix on September 01, 2021, 10:08:43 am
Hi, I've just started messing around with libopencm3 (https://github.com/libopencm3/libopencm3) and so far it seems quite nice, abstracting away most of the annoying differences in STM32s between chips.

Has anyone tried to use the liquid-dsp (https://github.com/jgaeddert/liquid-dsp/) library in conjunction with libopencm3?

I'd love to port a simple embedded SDR to libopencm3 + liquid-dsp but it seems like it's not that easy to incorporate liquid-dsp (using automake) into the libopencm3 build system (GNU make).