User Activity

Posted on November 16, 2016 at 02:56 I have problem after relocating, my interrupt stop working. A brief explanation about my firmware i) the bootloader (0x08000000) ii) the main application (0x08004000) In my bootloader, I r...
Posted on February 04, 2016 at 07:26I am getting ADC value on GPIOB Pin 1, using DMA, with continous conversion mode enable.The ADC value that i obtain is > 4095, is this normal.Below is the table of adc value that i obtain compare to the real volta...
Posted on December 08, 2014 at 05:46I am using STM32F2xx, and CAN1. I using NVID for the CAN dataI have configured my firmware to receive CAN data at 1Mbps, but how can I detect if the receive CAN speed rate is not 1Mbps? so I can display in my LED ...
Posted on October 20, 2014 at 07:48I am using STM32F2xx and I emulate it as a VCP driver, I used the sample code from STM32 for the USB device exampleI wrote a .NET application to open the serial port communication, but I have problem to open the po...
Posted on October 17, 2014 at 10:04May I know where can I get the firmware example for STM32F2xx for USB Device VCP???I tried this link, but the firmware is not working, the USB doesnt emurate!https://github.com/suapapa/stm32_library/tree/master/Pro...