Driver STM32 USB VCP on Win10 64bit
Posted on May 05, 2018 at 22:17My prolemt with driver. I'm try update driver, but it no working and terminal v1.9 not see COM3.when i'm updatethen open terminalCan you help me????#stm32f4-usb-virtual-com-port
Posted on May 05, 2018 at 22:17My prolemt with driver. I'm try update driver, but it no working and terminal v1.9 not see COM3.when i'm updatethen open terminalCan you help me????#stm32f4-usb-virtual-com-port
Posted on May 06, 2018 at 22:51I need lock my firmware on the FLASH. But i need access to firmware from my bootloader. Also i need get any more function from own bootloader.QUESTION:When i set RDP level == 1 on stm32f103 all ok. FLASH in lock state ...
Posted on May 03, 2018 at 16:13Hello,I am sending requests continuously via TCP/IP using my client application. Requests are send with 200 ms interval.When a request come I am trying to send request to my peripheral and expect an answer, but sometim...
Posted on April 04, 2016 at 04:20Using CubeMX I've built a simple USB FS device CDC project targeted to the Nucleo 64 STM32f446 board. When I run the generated code, DP is never even pulled high so USB doesn't even get started.I loaded the USB VCP d...
Posted on March 06, 2018 at 09:39stm32Cube can not install stm32Cubef3 package from local.The STM32Cube version is 4.24.0, and STM32Cubef3 package version is 1.9.0.While I tried to install the package from local, error happens:This Package versions ...
Posted on May 03, 2018 at 18:39I am working with CubeMx and the HAL Driver on Nucleo H7 (STM32H743ZI) Board. Now i want to implement a SPI Rx communication with an external ADC. The data from the ADC is 32bit wide. The SPI reception should happen wi...
Posted on May 03, 2018 at 22:48I have a problem with STM32F437, USB OTG Library 2.2.0 and USB HS with embedded PHY, CDC device.First enumeration never pass in the right way (see the attached file).After unplugging and plugging the cable, everything...
Posted on February 14, 2018 at 11:41 Hi, I have generated code for STM32F103C8T6 MCU in CubeMX. My clock setting is 72Mhz. The HAL_RCC_ClockConfig function always returns HAL_ERROR. Upon debuging I found the following code in this function which ...
Posted on March 17, 2018 at 15:33Hi all,I have my own STM32F407 board and the project was generated with CubeMX + FreeRTOS + LWIP.It works quite well, but I have one problem that I cannot send a ping message from this stm32 board.Receiving and respo...
Posted on May 01, 2018 at 12:45stm32f411 disco. connect with keyboard via USBuint8_t GetKey(void){ uint32_t c; if(Appli_state==APPLICATION_START) { if(USBH_HID_GetDeviceType(&hUsbHostFS) == HID_KEYBOARD) {k_pinfo = USBH_HID_GetKeybdInfo(&hUsbHostFS)...