Resolved! what is procedure to get PID.
Let know what is procedure to get PID with particular MCU part number is STM32F103, so we can used it for the mass production as our own PID. let me know how can i process it to buy PID.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Let know what is procedure to get PID with particular MCU part number is STM32F103, so we can used it for the mass production as our own PID. let me know how can i process it to buy PID.
Hello everyone, I am trying to use RTC in my ethernet LWIP code,but I have observed that my code hangs when I do MX_RTC_Init(); why is it so ?? Can't we use internal RTC? I can use SNTP but why does RTC hang the code?? Also my timer interrupt is no...
Hi,I'm trying to set up a simple test code for bi-directional audio streaming via USB using NUCLEO-H743ZI2 and a custom board with Cirrus CS4274 codec IC. I've tried and failed to find some documentation for CubeMX included USB Audio Class library (c...
My processor board uses STM32H743V. The Ethernet chip is KSZ8081, MII mode. I also use AZURE RTOS and NetX. I tried using CubeMX to generate an application, but it always gives me some error when I compile the program. I tried different combinations,...
Hello everyone.Recently I started to use LL library & STM32CubeIDE to do my project.I'm trying to use DMA to transfer data which converted from ADC multiple channel from peripheral to memory.the DMA data is total wrong, converted data is almost the s...
Hello there,I am currently working on STM32L452RET6 microcontroller in which I am trying to flash hex file using software STMFlashloader Demonstrator via UART protocol.When I shift BOOT0 pin to high (3.3v), program goes into bootloader mode, and nBO...
I'm trying to use FATFS on NUCLEO-F401RE to write a file into the SD Card.I generated the project into cube MX and added thi code before the while(1) loop: /* USER CODE BEGIN 2 */ temp = f_mount(&StrutturaCtrFS,"",1); if(FR_OK != temp){ while(...
Dear Customer SupportI'm using the USB CDC class (Virtual COM Port) on STM32H7.When I unplug and plug the USB cable during comport communication, occasionally, the device manager display shows "Unknown USB device (device descriptor request failed)".I...
Hi,I want to use my own custom usb device class base on usb core provided by ST. Inspecting the code, I found that "DataIn" and "DataOut" callback functions provided by the class to usb core are called at the END of the data in or out stage... Callin...
My program has the option of sleeping for a period using the RTC to wake or sleeping until the wakeup pin is set high. Both these functions work perfectly if I talk to the outside world using a uart.However, I configure CDC as a serial port SLEEP doe...