Failed to open earlier version *.ico in Cube V4.10.0.
Posted on September 02, 2015 at 05:05Upgrade today, but it stall when open the *.ico file created by V4.9.0. #stm32cube #bug
Posted on September 02, 2015 at 05:05Upgrade today, but it stall when open the *.ico file created by V4.9.0. #stm32cube #bug
Posted on September 02, 2015 at 13:40I have generated code, using STM32CubeMX, to operate and show up as a MSD on my windows computer - HOWEVER, when I connect my device to the computer I can not see the device - instead it shows up in the Univers...
Posted on August 25, 2015 at 09:21Hello Sirs,I�m trying to jump to Bootloader memory (embedded in STMF030xx) from my user application.The code that I try is as follow:typedef void (*pFunction)(void);pFunction Jump_To_Bootloader;uint32_t JumpAddress...
Posted on November 04, 2014 at 17:22 - STM32CubeF4 V1.3.0 -STM32_USB_Device_Library from STM32CubeF4 V1.3.0 - VCP_V1.3.1_Setup.exe (ST's host side USB CDC driver for Windows 7) - STM32F4Discovery (STM32F407) - FreeRTOS 8.1.2 ...
Posted on March 19, 2015 at 13:09 Hello, I am using STM32F0 HAL Drivers to access external EEPROM 24C64 with STM32F The functions I am using areHAL_I2C_Mem_Write/Read but the communication is not always successful. Also it worked while using smd...
Posted on August 27, 2015 at 12:18Hello there,Trying to handle USB connection / disconnection event I realize that in stm32l1 usb api, there are no call to HAL_PCD_ConnectCallback neither HAL_PCD_DisconnectCallback as there are in STM32F4 !The sessi...
Posted on August 31, 2015 at 15:31Hello to all,I'm trying to implement a printer class for the USB. Currently I'm using the STM32F4 Discovery.I already have working the detection of the printer (EPSON CX5600) , reading the ID, etc.What I cant make w...
Posted on August 02, 2015 at 13:43Hello all! I use STM32F4Discovery (embedded code based on HAL v1.6.0) paired with libusbk. To switch on/off the isochronous IN transfer over EP2 i send commands (control transfer) to EP0. The maximum size of EP2 pac...
Posted on October 16, 2013 at 21:03Hello everybody,I am stuck during these last days with my STM32F429i-DISCO.I tried to use it as USB device, CDC class as a VCP.I have configured the as USE_USB_OTG_HS, USE_EMBEDDED_PHY.Configure the HS_ISR, Enable ...
Posted on August 28, 2015 at 17:09Hello everybody,I'm using USB CDC in my project with STM32L151CC, and I got little issue with the USB Library.I know that the MAX SIZE of EP0 buffer to transmission is 64 bytes.In my debugs, I could send 1 byte, 2 b...