User Activity

Posted on February 12, 2018 at 13:42Hi,I am doing a project using STM32L432KC controller and EPCQ256 (32MegaBytes) -QSPI flash, Here I am able to Erase, Write and Read. but I am able to write only 1-4 MegaBytes and then writing is gets stopped (Here...
Posted on January 05, 2018 at 13:49Hi,   I am doing a Project using STM32L4 Microcontroller, keeping Reference of Available Example Codes i am able to Develop a code where i can Write and Read back the data from QSPI-Flash-Memory.    But my Requirem...
Posted on January 03, 2018 at 05:30Hi,i am trying to flash two different codes on same controller at different memory locations, at power-on condition code-1 will be executed, from that code i want to call code-2. i tried below method which is not w...
Posted on November 20, 2017 at 11:23Hi,i am using STM32F746G-Discovery board for a project where i have to use USB as MSC (Mass Storage Class) in Device mode and i am transmitting data from PC side to board, whenever i send data to board... 'USBD_MS...
Posted on November 08, 2017 at 10:32Hi,i m using STM32f746G-DISC board for USB HOST in CDC mode, i m trying to receive data of 256-bytes (which is transmitted from another board) but i am able to receive only 64-bytes (stored in CDC_RX_Buffer[ ])......