Posted on February 07, 2014 at 15:23Hi,I am trying to use two USARTs at the same time, but I can't get it to work.First:void RCC_Configuration(void){ /* USART1 clock enable */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE); /* USART2 clock...
Posted on January 21, 2014 at 14:54Hi,I am playing around with STM32F3 Discovery and have finally got everything up and running in Eclipse wiht arm plugin and everything. BUT the user USB annoys me. I am aware that many others have have asked for so...
Posted on January 24, 2014 at 10:44Okay.. Too bad :(Now I have tried to convert the TrueSTUDIO project for my toochain at it seems reasonable to me. But sadly it is not working. I get A LOT of errors, but perhaps they can all be solved by an expert....
Posted on January 22, 2014 at 15:12Thanks...Have you tried to import these projects in Eclipse with the CDT pluging and GNU Tools ARM Embedded compiler as toolchain. It should be fairly easy since e.g. TrueSTUDIO is based on Eclipse. But I keep gett...
Posted on January 22, 2014 at 09:54Okay... I got the HID to work! Restart, windows in test mode and clear clear clear driver.I can't find a VCP example fra ST. Du you have one?!Kind regards,Michael
Posted on January 22, 2014 at 09:04Okay... point taken...I have now fitted the USB example from: STM32F3-Discovery_FW_V1.1.0\Project\Peripheral_Examples\USB_ExampleIt should now act like an HID-device, but I still get the same STM32 Virtual COM Port...