STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STMH7 ETH_DMAMR_SWR fails

Hey,i got a specific Problem with the STM32H7 Ethernet, sometimes when performing SET_BIT(heth->Instance->DMAMR, ETH_DMAMR_SWR);   /* Get tick */ tickstart = HAL_GetTick();   /* Wait for software reset */ uint8_t force_reset = 0; while (R...

Resolved! STM32CubeMX FreeRTOS and __weak

Posted on September 13, 2017 at 14:49When enabling the FreeRTOS idle hook STM32CubeMX generates a function with the following prototype in the freertos.c file:__weak void vApplicationIdleHook( void )However __weak isn't defined in any one of the inc...

USB PTP API documentation

Hello,I'm trying to do a proof of concept using the STM32429I-EVAL1, which basically sends a PTP command to a camera. All the USB host library documentation only covers MTP, but there is nothing about PTP. I understand that this board offers out of t...