STM32H743I USB_device - Custom HID standalone
Hi all Can someone help us in getting windows side sample code for receiving and transmitting through USB HID interface of the board. Thanks and regards Rajam
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi all Can someone help us in getting windows side sample code for receiving and transmitting through USB HID interface of the board. Thanks and regards Rajam
Hi,I have decided to use the STM32H573xx microcontroller. According to the datasheet, there are two versions: one with SMPS and one with LDO. My requirements specify not to use the SMPS, so I chose the STM32H573ZIT3, which does not have the 'Q' suffi...
Hi, can oneone help me to proof if the following MCU ist an original?1)The print is easier to wipe off.2)The revision number is missing or is not in the place described in the datasheet.
I am using nucleo-144, H743ZI2 board. while i am uploading code in the stm32cubeide i am getting error as "target not found". i have searched in the community and then tried connect the boot0 to high, and power the board, connect to cube programmer a...
I am new to stm32F103F103c8t6. I am using Bluepill. In OpenOCD i get:Open On-Chip Debugger 0.12.0+dev-00597-ga5a21219f (2024-06-03-11:04) [https://github.com/STMicroelectronics/OpenOCD]Licensed under GNU GPL v2For bug reports, readhttp://openocd.org/...
I would like to transmit data via USART and read the data sent to computer via a terminal(I have tried Putty and Real Term so far). To that end, I activate My USART configuration is seen as above. I also wrote the code below:uint8_t myTxData[13] = "H...
Hi,After I program an STM32G030F6P6 I can't connect again with the STMCubeProgrammer. I have checked that my boot pin is in the correct position but still I keep on getting the error:I have used a simple program that got generated by STM32CubeIde to ...
Hi,I am looking for monochorme display which can be interfaced with STM32 Nucleo-144 board. I looked into TouchGFX but it supports colored display board with this STM32 Nucleo-144 board. Can you suggest any monochomre display based board here?https:/...
We are using STM32G473 controller for our project, In that MCU, we faced an issue in systick while using the HAL_Delay() function.We have changed the NVIC preemption priority for Time base systick timer,Still the systick count was not incremented. W...
I have tested a TouchGFX-created project that should tie in a USB-Stick connected to the board and create a csv file, then write to it. After writing the necessary code and debugging this project in STM32CubeIDE, the board was stuck with a white scre...