Resolved! STM32H523 USB HOST WITHOUT EXTERNAL CRYSTAL
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
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...
Hello,I want to trigger a SPI-transfer with a timer. Its like in this post:https://community.st.com/t5/stm32-mcus-embedded-software/stm32g4-trigger-dma-request-from-spi-to-memory-with-timer/td-p/726370but I want that an output compare of a timer that...
Hi everyone,currently I am working with an STM32L431 on a project that timestamps incoming IEEE802.15.4 frames via an AT86RF233 radio. The radio module is configured to issue an interrupt when a message is received and this interrupt signal is connec...
I would like to use the Stop3 low-power mode on an STM32U545RE (NUCLEO-U545RE-Q board) and to wake-up the device by the RTC. I have a working example for Stop2 mode for which I largely used the inspiration from the stm32u5 workshop. But when I replac...
I have a STM32F411 board connected with a GPS module connected onto USART2I also have Tim1 and Tim3 configured for PWM generation on their channels respectively.I am running a list of commands (from an array) to execute line for line.Most of the exec...
in file app_netxduo.cfunction static VOID nx_app_thread_entry (ULONG thread_input){ ..../* wait until an IP address is ready */ if(tx_semaphore_get(&DHCPSemaphore, TX_WAIT_FOREVER) != TX_SUCCESS)blocks code executionas in function tx_semaphore_create...