User Activity

I have an STM32F103 configured in slave mode using NSS for slave select and using DMA. I'm using 8 bit mode. When the master starts clocking the STM32F103 it always shifts out the first byte in the buffer twice. So rather than seeing 0xF0, 0xF1, 0xF2...
I have written an external loader for a device connected to my STM32F103 and I have debugged it and it works for the most part. Init(), Erase(), SectorErase(), Read() and Write() are all working ok, except when trying to program a large file. My exte...
I wrote an ST-Link custom external loader with Init(), Read(), Write(), MassErase(), and SectorErase(). When loading into ST-Link Utility, there is no Write() function found. It is in the map file, it does have a non-zero size and the name is not man...
I'm just setting up the input capture on timer 2, input capture 4. On page 411 of the reference manual for the CCMR2 register and the CC4S bits, it states "01: CC4 channel is configured as input, IC4 is mapped on TI4 10: CC4 channel is configured as ...