User Activity

Posted on August 22, 2017 at 18:55I'm working on a low power mode for my project using an STM32L476ZG to enter when no tasks are currently running, I want to wakeup with either an interrupt controlled by the RTC (connected to an external crystal LSE...
Posted on May 23, 2017 at 21:00Little background knowledge, I'm trying to implement XMODEM protocol for a file transfer to my SD card and everything seems to be in place and working for the most part but I run into an issue occasionally on USBD_CDC_...
Posted on March 16, 2017 at 16:09I'm working with an STM32L476ZG with an external flash connected through the FMC interface set up as NOR Flash memory starting at address 0x64000000. I wrote a custom bootloader to write code to this external flash a...
Posted on February 13, 2017 at 17:27I'm working on a custom board with an STM32L476ZGT6 and set up code through the STM32CubeMX utility and followed along with the sample code for the eval board. I want to be able to copy files to the SD card when I...
Posted on February 03, 2017 at 17:57I'm trying to implement an XMODEM file transfer through the USB CDC Interface on an STM32L4 processor in Full-Speed and seem to be having issues with XMODEM 132 byte packets getting split up and one of the middle ...