User Activity

Posted on February 28, 2017 at 16:56Hi, I'm setting up SPI comms with a slave device. (ADXL350 accelerometer) This is on an STM32F767ZIT6. I should point out I put this on a nucleo -'F746 board but it's all working fine so far at 200MHz with other p...
Posted on August 02, 2016 at 14:00Hi,   I would like to evaluate ST's motor control libraries. I have the motor control workbench, which looks great. I would now like the software libraries - the actual motor control code, PMSM, not BLDC, so I can l...
Posted on June 27, 2016 at 11:18Trying to get a project with the subject line working in SW4STM32.However, if I try the fmount function with 0 (mount later), then fopen on a file, I get a not ready error. The same if I specify fmount with 1 (mount n...
Posted on June 13, 2016 at 16:56This is in the http server example in the CubeMX firmware, V1.4.0 for F7.I'm modifying a web page from the original in the DynWebPage function which has a PAGE_START and a PAGE_BODY both specified at 512Bytes.I want t...
Posted on June 07, 2016 at 09:36Hi,   are there any tutorials for getting an HTTP server working from cube firmware?I found the demo project in the F7 cube firmware V1.4.0 which displays which tasks are running on FreeRTOS. Works fine, great. Now I ...