Hi I have recollections from a while ago, that it is possible to have an ST Link connected to one PC, and connect to it via ST Link server from another PC via a network. I have spent alot of time searching trying to find some information on this but ...
Posted on July 04, 2016 at 14:49
Hi,
I am working on a project where I have got an STM32F407VG set up as an I2C slave. I'm able to receive incoming bytes correctly, and I'm able to send one byte without issue. However I need to be able t...
Posted on June 15, 2016 at 00:58
Hi
I have written a small proeject where I have set up an STM32F407 on a discovery board as an I2C slave, and I'm pleased to say that it is mostly working. The problem I have is that when I send the follo...
Posted on December 17, 2015 at 00:15Hi, I'm currently working on a project where I'm implementing a USB audio class device. I am using an STM32F4-discovery board as my starting point for the project. I quickly found an example at http://we.easyelect...
Posted on July 28, 2015 at 00:47
Hi,
I'm trying to get the CDC host to working in my application. I have been following the example provided in \STM32Cube_FW_F4_V1.7.0\Projects\STM324xG_EVAL\Applications\USB_Host\CDC_Standalone. I am usi...
Hi GeoffreyThank you for your reply. Your suggestion of "openOCD" was they key and after a search I have found this page which has helped a bit https://gnu-mcu-eclipse.github.io/openocd/install/Currently I get this error when I try and connect:"Faile...
Posted on December 24, 2015 at 12:33Hi, I have resolved the issue with why my usb device was not being detected. It was because my IAR source tree was pulling in a different ''system_stm32f4xx.c'', from the CooCox & EmBlocks build. This meant the wr...
Posted on December 21, 2015 at 11:43Hi AvaTar Thank you for your suggestion for emblocks. I have downloaded and installed it. I have managed to build the project with it, but I'm still having difficulties. It appears that there is an issue with the ...
Posted on December 18, 2015 at 01:39Hi AvaTar Thank you for your suggestions. I have checked that the ISR names used in the CooCox build were correct, I checked the names listed in the startup file and compared them to the names used is the stm32f4x...