STM32F102CBT6 USB example
Posted on March 06, 2018 at 04:02Hi, I am working with STM32F102CBT6. And I am going to use USB function of this MCU. Where can I find the suitable examples?Best regards.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 06, 2018 at 04:02Hi, I am working with STM32F102CBT6. And I am going to use USB function of this MCU. Where can I find the suitable examples?Best regards.
Posted on April 27, 2017 at 06:18Hi all,I met a strange problem that if I input something via a terminal before I call HAL_UART_Receive(); It will always timeout. And it will not recover until I reboot the board.My code is as bellow. What can I do ...
Posted on September 14, 2017 at 20:53I am working on a project where I have to send characters such as 0x00, 0x01, 0x09, 0x13 and such to a display device. It wasn't doing what I expect, so I connected the UART output to a terminal to suss out why.I...
Posted on March 07, 2018 at 08:22Hello, I am facing a problem with Timers actually I am using STM32F407VG discovery board for External connection. I am testing my algorithm to control led's our algorithm generates PWM duty cycles when am using in ex...
Posted on March 08, 2018 at 06:28trying to sequentially convert 2 adc regular channels using dma and tim2 trg0 on stm32f4 without much success, when using trg0 do you need to set up timer in interrupt mode? and can I use HAL_ADC-ConvCplyCallback to ...
Posted on November 12, 2017 at 09:25HelloI am having issues with the following HAL function when trying to transmit data using HAL library:if(UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TXE, RESET, tickstart, Timeout) != HAL_OK)It always return HAL...
Posted on March 01, 2018 at 05:10I used NUCLEO-H743ZI board which is mounted STM32H743ZIT, and used STM32 CubeMX generate Code like this.I config PC9 = MCO2 to output SYSCLK/10. I can get 80MHz wave at Pin PC9, so I ensure the SYSCLK is ...
Posted on May 08, 2017 at 12:40Hi I think it is a bug...Problem:Isochronous data Receive from USB Device with ST USB Host library.- > no example or projects in internetSo i tried to get data from USB Webcam.But i didn't get an USBH_URB_DONE event ...
Posted on December 15, 2015 at 16:22 Hello there, I am experiencing a weird behaviour in my application. I am using HAL library. I am using STM32F407 and usart2 to send and receive using DMA in half-duplex mode. Everything is working fine, u...
Posted on March 06, 2018 at 19:27Hello guys.I wanted to design a PCB with this MCU, but I need RTC in my project.I saw the RTC peripheral in the user manual, but I see no pins named VBAT for when the main power is off.So what should I do?Doesn't thi...