Hi Team,Facing some issues on belowHAL Delay goes into infinite loop or the program stops there only (Inside the "IF" condition)"IF" Condition works, data transfer works, but Toggling of pin, or any action with Delay command is not working Upon going...
I have looked at a bunch of examples throughout here and elsewhere about custom bootloaders.I noticed the Cortex M0 does not have the VTOR register and found that what people do is, at start, copy the vector table contents from the app flash beginnin...
Hello! I trying to use usart1 in main cycle, and VCP USB in usb interrupts. USB works fine, until i not using usart. When i try continiosely send data in main cycle, usb stack not working(enumeration fails):while (1) { HAL_UART_Transmit(&huart...
Hello,I have some general questions about USB subsystem in STM32F723:Q1- What is the maximum throughput in STM32F723 when working in USB HS with DMA enabled in device mode? with and without USB stack overhead?Q2- Is there any difference in throughput...
Hello,I want to learn how to interface USB3300 as an external PHY circuit with stm32f407g-disc1 board.I tried running examples on my board of similar kind but I am not able to understand the flow and eventually I am not able to edit the example acco...
The System View Description (SVD) file for the STM32F1 series does not contain a file for the STM32F105. Because the product selector lumps the 105/107 into the same view, can I assume that the STM32F107.svd file can be used for the STM32F105?Also, d...
My project involves a STM32F1 interfacing with a Linux machine as a USB CDCACM device, where the Linux machine will send some packets that need to be received/parsed on the MCU. I'd like to configure an interrupt for when the MCU receives the data pa...
Hello,What is the difference between dedicated endpoint with normal endpoints in STM32 USB?Thanks in advnace
Hello,I'm using the P-L496-CELL02 development kit and I'm running a POC in order to demonstrate a potential customer the performance and stability of the L496+Quectel+ST cellular library.For that I created based on the X-CUBE-AWS 1.4.1 pack an MQTT ...