Hello,I would like to enable and disable certain interrupts pertaining to the GPDMAs within my program at times. Particularly the transfer complete interrupt. I would assume that I should be able to simply change the register value with GPDMA2->C0CR ...
Hello everyone,I use the NUCLEO-H743ZI2 board in my project and previously, Before I've used the MBed OS - it works well on this board, just I need to maximize TCP transfer speed as well as QSPI. So I decided to try another RTOS. After reading forums...
Hello Everyone, I am currently configuring SPI on the STM32F765ZGT board and using both blocking (polling) and interrupt-based methods for SPI transmission and reception. However, I am encountering an issue where the following condition evaluates to ...
I'm a beginner working with the STM32 Nucleo-L4R5ZI-P board and trying to set up ADC with DMA to sample an audio signal into a buffer. However, my DMA callback functions like HAL_ADC_ConvCpltCallback() and HAL_ADC_ConvHalfCpltCallback() are never bei...
Hi,I am running a simple TCP server using the lwIP stack and no RTOS. I got help from the "Echo_Server" example offered in most ST eval board packages, everything works fine.I need to accept a single socket connection from the outside and maybe also ...
I have been struggling trying to implement two CDC-ACMs on a NUCLEO-U5A5ZJ board on the USB_OTG_HS bus and am having great difficulty. I have been successful getting them to appear on Device Manager, but I have been unsuccessful getting them to tran...
Hi,I am trying to modify the USBPD_Analyer Demonstration to use a fixed PDO definition in the usbpd_pdo_defs.hEventually I would like to modify it to create a source slave as it is not available in the CubeMonitor-UCPD but to begin with I am just add...
Hi, I am using the STM32CubeMX ver 6.13.0 to generate a USB-PD DRP application. After generating the code following this procedure for custom boards (https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Deli...
I am trying to implement TFTP file transfer on my STM32 module (Nucleo-H723ZG). I have taken reference from:https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_IAPhttps://github.com/JoeMerten/St...