Resolved! usb power delivery PS_RDY message
Hi, I am asking about the STM32 usb power delivery middleware. Is there a way to delay/stop the PS_RDY (power supply ready) message from being sent out, or is that completely automatic? Thank you.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi, I am asking about the STM32 usb power delivery middleware. Is there a way to delay/stop the PS_RDY (power supply ready) message from being sent out, or is that completely automatic? Thank you.
Split from: https://community.st.com/t5/stm32-mcus-embedded-software/hardfault-udp-client/m-p/716640I have the same problem. @LEAMtw, I hope you don't mind if I add details here for my scenarios.Error Thread #1 [main] 1 [core: 0] (Suspended : Signal ...
Hello, I am trying to compile some USB examples for the Nucleo-STM32N657X0-Q board that is available with the STM32CubeN6, but they are failing. All USB examples at this location do not compile with IAR STM32Cube_FW_N6_V1.0.0\Projects\NUCLEO-N657X0-Q...
I'm trying to establish a TCP connection between my Nucleo-H753ZI and my PC.I'm using ThreadX and NetxDuo.First of all, i'm triggering a hard fault when activating Network Interfaces and then using the debug mode.I don't seem to have hard fault if i ...
hello...i am newbie to STM and trying to play a wave file on STM32f469i discovery board using SAI on cs43l22 audio codec, i am not getting any example source for SAI can i get the working example code.
i am using stm32h523 mcu and using usb host msc feature for data logger. i generate code using cubemx and compiler keil. i want to know can i use usb host msc without external cyrstal
Hello,Now I mean to generate periodic wake-up by HAL_RTCEx_SetWakeUpTimer().But I'm not sure about arguments WakeUpCounter and WakeUpClock.For realize 50msec wake-up what value should be set to WakeUpCounter and which RTCCLK_DIV should be selected.T...
Hello everyone, Context : I am having troubles chaining the DMA1 and MDMA of the stm32h755, more precisely, I am looking for the following data flow when reading data from SPI, the SPI being regularly triggered : SPI -> DMA1 Channel3 -> SRAM -> MD...
I'm currently working on sending an HTTPS POST request using NetX Duo. However, I encounter a TLS-related error during the process. i am using cloudflare CA cert(CA works ok i did mqtts). #define NX_SECURE_TLS_UNSUPPORTED_TLS_VERSION 0x110 /* An inco...
Hi! I am trying to generate a sine wave on my CS43L22 audio codec chip and use the included stereo jack on my STM32F469I-DISCO board. I'm using the STM32Cube IDE. There is one .WAV player example that I can't get to build in the IDE that's closely re...