Enable CMSIS OS wrapper for ThreadX in CubeIDE
Hi,For FreeRTOS we can choose using CMSIS OS wrapper in the CubeIDE. But there is not such options for ThreadX. So, how to enable it? Thanks.
Hi,For FreeRTOS we can choose using CMSIS OS wrapper in the CubeIDE. But there is not such options for ThreadX. So, how to enable it? Thanks.
Hello everybody,i have a strange behavior when doing the linear calibration in ADC1 of the STM32U585.When the bit is not set while calibrating the ADC the result is pretty good. I average the DR value 16 times and the average result is about 3698 whi...
Hello STM Community,I am working with the STM32G431 microcontroller and have encountered a discrepancy between the practical and theoretical ADC sampling rates. Here's my setup:ADC Input: PA0 configured as ADC1_IN1 (single-ended mode).ADC Parameter...
Hi Community,I came a cross with a strange error that I can not understand the reason.As I search the read me file of the example project which is shared by ST.It is written as below.2. load the image into the target3. Execute the code- LED4 toggles ...
Hello,Where can I find documentation on the error counters of the FDCAN_ErrorCountersTypeDef structure? I would be particularly interested in how the incrementation of TxErrorCnt behaves if hfdcan1.Init.AutoRetransmission = ENABLE; (How often does th...
I am currently working on initializing the Ethernet peripheral on the Nucleo-H723ZG using the following environment:CubeIDE Version: 1.17.0 (MacOS)STM32Cube Firmware Version: H7 V1.12.1While calling the MX_ETH_Init() function, I encountered an issue ...
I do have problem to check wake up flag after wake-up from RTC timer or interrupt pin. This is my code block to check flag after wake-up: void InitiateMode(int timeValue) { turnOffPeripherals(); timeValue = getTimeValue(timeValue); printf("\ng...
A BOT protocol read fail error is occurring in usbh_msc.bot.c:- See "*** MY MOD-" below USBH_StatusTypeDef USBH_MSC_BOT_Process (USBH_HandleTypeDef *phost, uint8_t lun) { ... else if (URB_Status == USBH_URB_STALL) { /* This is Data IN Stage STALL...
Hello everyone,I’m encountering an issue with the srand() function in my STM32H747 project, and I would appreciate your insights on what might be causing this problem.Hardware:MCU: STM32H747IIT6Custom boardSoftware setup:CubeMX-generated projectCube ...
Hi,Context : STM32F777, FreeRTOS, Cmsis V2, LWIP, Sockets, TCP, UDPOnly one task is used to open, listen, poll, accept, send, receive, and close sockets. Since STM32CubeIDE 1.7.0 and the new version of ethernetif.c, modifying "low_level_output", we h...