User Activity

Posted on August 11, 2015 at 13:40I am trying to use STM32Cube to generate a VCP Usb device framework for the STM32F302CB micro.It works fine for a STM32F405 chip and a STM32F103 chip.But on the 302, it just wont enumerate properly?The only differen...
Posted on October 28, 2014 at 09:39 I'm trying to get a STM32Cube project compiled using arm-none-eabi-gcc and a Makefile. I have specified: CFLAGS = -mthumb\ -march=armv6-m\ -mlittle-endian\ -mcpu=cortex-m0\ -ffunction-sections\ -fdata-s...
Posted on October 24, 2014 at 11:59In some of the demos for FreeRTOS on cortex M0 MCUs configMINIMAL_STACK_SIZE is set to 60 while on some others it set to 70. Using the STM32Cube software it's set to 128.My question is what is actually the MINIMAL ...
Posted on October 10, 2014 at 15:40Hello,Has everybody tryed that: http://www.st.com/web/en/catalog/tools/PF259242FatFS + low level disk IO (USB, ramdrive, SD/SPI, SD/4bits...) with 10 clicks. Awesome!There is an eclipse plugin: http://www.st.com/we...
Posted on January 09, 2013 at 14:14 Hi all, How can I use the SDIO to access to an uSD card with EFSL filesystem. The example I have is using EFSL with SPI as communication interface. I should have an interface.c file where I do a...