User Activity

Hi, I have converted an CubeIDE project to CPP so I can get a GLCD library working, the Adafruit GFX library, for my STM32F407-Discovery board. This required I rename some files from .C to .CPP. It all worked fine. Now I want to get the CAN interface...
Hi Everyone.I have created a STM32CubeIDE project for the L476 Nucleo.I'm having huge issues trying to link the "MotionMC_CM4F_wc32_ot.a" library into my project.The images are 1) of my file tree structure, and 2) the statement entered into the linke...
Hi everyone, It seems I'm always coming across this issue in one form or another. I want to link in the "libPDMFilter_CM4_GCC_wc32.a" St Motion Library, and I'm entering the library name and path in the linker/Libraries section.I have included an ima...
 Hi.I have just received my X-NUCLEO-IDB05A1, blue tooth evaluation board. I have downloaded X-CUBE-BLE1, and following ST APP note AN4642, I have downloaded the BLE Profiles application for Android, and have loaded the “SensorDemo_L476RG.bin�? and t...
Hi forum.I have a question regarding the STM32L496G-discovery board. I want ADC1 to sample PC4 located on the on board Arduino connector, take 10 samples for this example and have the DMA xfer these to memory. I have a CubeIde project set up and have...