Hello,is there any way to set the user descriptor string on the USB CDC device?In the HAL library, I found some functions related to descriptor strings, but their type is "get" and I did not find a corresponding "set" functions.
Having a bad documentation day or something, I registered the ICCID with Truphone but after 5 hours of watching it trying to find an operator I don't think it's going to happen. No information at Truphone about carriers or network support.
I've enabled LwIP in CubeMX and now I cannot compile my code anymoreI thought the include paths where the problem, but I checked them all multiple times and I cannot find the error. Can someone help me?
Hii all, ım using stm32f103c8t6 and trying to implement freertos project,i have flash write function and it work very well but when i use it in freertos project, if ı call write flash func before vTaskStartScheduler it is okey but after vTaskStartSc...
Hi,I have a CubeIDE peroject with STM32H753ZI, C++, TreadX, Nucleo-H753ZI board. This device has 2MB Flash and 16 sectors of 128K each. 16 x 128K = 2MB but the generated stm32h7xx_hal_flash_ex.h includes only 8 sectors. Only OB_WRP_SECTOR_0-7 are def...
/* USER CODE BEGIN Header *//** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @at...
We use STM32F479 for portable measurement device (with TouchGfX HMI, data is stored on quadspi flash also). We have a USB host interface where we can read and write data to an USB stick.Now we would like to send an USB stick to the customer in order ...
Trying to figure out how to launch the STM32F100 UART bootloader from within an application and have been having zero success after careful review AN2606 Rev 46 “STM32 microcontroller system memory boot mode�? and AN3155 Rev 13 “USART protocol used i...