User Activity

Posted on March 27, 2018 at 06:13how to configure flash using stm32cubemx tool,i am working with stm32l476
Posted on January 18, 2018 at 05:58i have used hyperterminal in windows,but i want to send a block of hex data (for eg:('hi'->0x68,0x69).i tried tera term.but i am able to send one byte a time not a string at one time.i am not sure if i missed somet...
Posted on January 18, 2018 at 05:51i am working on low power modes.i want to wake the system as soon as there is data on the usb.again go to low power mode,in idle state.can any body post example sources for the same
Posted on January 17, 2018 at 08:46 what is the difference between UART INTERRUPT MODE and UART_DMA MODE.what is the best procedure to use when i want to work with data stream received from modules like gps,where specific data length is not known e...
Posted on January 09, 2018 at 16:12i am using 32-bit linux(local machine).my source code compiled and bin file generated properly.but when i compiled the same sources on 64-bit machine(server),.data section is excedded the limit of stm32 controller....