User Activity

Posted on March 14, 2017 at 17:30  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 08, 2016 at 14:29According to http://www.beyondlogic.org/usbnutshell/usb2.shtml#PowerVbus, a vbus powered USB device (slave) can only pull more than 100 mA after it negotiated with the host (e.g. PC): ''High power bus powered funct...
Posted on October 07, 2015 at 11:45 I have a SPI slave (RX only) and need to use it with CRC check enabled (STM32F4, 8bit CRC generator of SPI unit). To process the high amount of data, I use a P2M DMA. What is the correct way to stop/ca...
Posted on October 05, 2015 at 09:46I need to receive a lot of SPI data on a STM32F4. To handle this, I use a DMA buffer in circular mode. Also, I need to use the CRC feature. How ever this seems not to be possible with the HAL according to this note...
Posted on September 29, 2015 at 15:32 I am using the STM32F4 as an SPI slave. The signal is comming with LSB first, CPOL=0, CPHA=0. See image below, which shows the reception of 0x44: Neverthe less, I seem to have to ...