User Activity

I need to interface with a Viniculum II from FTDI. It requires 13 bits over exactly 13 clocks, per this app note. We're using the STM32F105 with HAL libraries from STM32CubeMX. I don't see the cube able to configure to 13 clocks. Will the STM32F1...
(1) Please tell me if I'm on the correct track here. I have an STM32F1 design (STM32F105RCT6TR) and a STM32CubeMX .ioc file that I used for pin-out assignment in the 64-LQFP package. This morning I created a new .ioc file for an STM32F2 (more speci...
Currently, my custom PCB with STM32F105RCT6TR based on STM32CubeMX software has a single usb DEVICE port connecting to a display head that must play the role of USB Host. Note I'm also using dual CAN plus 5 analog inputs.Now I need to connect TWO usb...
(((Yes, I'm still using Atollic, STM32CubeMX, and HAL. Now is not the time in this project to change these things.)))I'm individually driving my AN0..AN5 analog inputs, and I've confirmed that the ADC results are showing up in ADC_DMA_BUFFER[1..6]. I...
I'm using Atollic TrueStudio 9.3.0. I know it's not the latest, but now is not the time to change anything.I've been debugging my custom boards no problem, for years, including setting at stopping at breakpoints. All of a sudden this morning, the d...