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.
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
Hi, I am having issues with threadX tx_byte_allocate throwing a hard fault exception. This only happens after some time of byte allocate and release. There are still plenty of available bytes according to the pool. But somehow in _tx_byte_pool_searc...
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...