User Activity

I'm using a STM32F105 and can program the firmware with an ST-Link to get firmware with USB DFU device driver on the device.The device gets recognised if I connect it with USB and I can connect and read the memory without issues.If I try to program a...
I'm working with a custom STM32F105 board with two similar CAN circuits but CAN1 is not working.I use STM32 HAL with this custom CAN lib which handles configuration and buffering.It was working before with the same hardware but I can't get it woking ...
For a STM32F105 project I have ADC1 configured with13 regular conversion channels.The problem is I only get the first reading and the rest of the buffer stays empty.It seems the pointer to the buffer array is not correct or the DMA is not incrementin...