STM32F4 Discovery USB Virtual Comm Port Example
Posted on August 03, 2012 at 12:20Does any one have got the USB Virtual Comm port Example for Stm f4 discovery board ??
Posted on August 03, 2012 at 12:20Does any one have got the USB Virtual Comm port Example for Stm f4 discovery board ??
Posted on September 02, 2014 at 18:01Hello,Currently we are working on a custom board based on the power line modem demonstration kit (EVALKITST7580).I have question specifically regarding the firmware that we have received from ST of this evaluatio...
Posted on September 02, 2014 at 15:22Hi everybody,I have a problem with the VCP. I want to make a UART Connection between the STM-Board (STM32F4 Discovery) and my PC with the MicroUSB. Has anybody a working code for me. I know, I could use a UART In...
Posted on August 29, 2014 at 12:21 Hello I have a Nucleo-F103RB board and a EVK of L3G4200D. I am try connect this via I2C I have this code for config I2C void Inicializacion_uC(void) { RCC_Configuration_IO(); Inicial...
Posted on August 30, 2014 at 06:30I saw the code of stm32cube, It seems the code is not speed optimized,because nowadays micros have large amount of flash memory,the code size optimization is not important but speed optimization is very important, b...
Posted on September 02, 2014 at 12:56I've been looking through the ARM documentation and am confused by when I need a DMB instruction. The CMSIS libraries for DMA(strm, enable) don't seem to include a DMB instruction, however the documentation indic...
Posted on September 02, 2014 at 12:10any date?
Posted on September 01, 2014 at 22:22i am using sprintf and snprintf functions to convert float to string in IAR using stm32l series,but it converts successfully if we add it in example code given by IAR , but when i add the code in the project cre...
Posted on September 01, 2014 at 09:28Hello Forum,I have implemented a menu system on my app using the consoleMain Menu Select A ....1 (e.g. prints Debug1) Main Menu Select B.....2 2 Sub Menu B Select A ......1 Sub Menu B Select B.......2...
Posted on August 31, 2014 at 08:15Dear friends.Please help with the following error:Error[Li005]: no definition for ''LTDC_LayerInit''Here is the part of the program:/* Initialize the LCD */LCD_Init(); /* LCD Configuration */LCD_LayerInit();Both fun...