User Activity

Hi,Wondering if it is possible to set LWIP on any microcontroller whihc doesn;t have Ethernet ...Thank you
Posted on June 07, 2017 at 22:50Hi,I tried this code :void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){/* USER CODE BEGIN Callback 1 */    if (htim->Instance == TIM2) {    HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_5);        __HAL_TIM_SET_PRESCA...
Posted on November 06, 2015 at 18:50I tried to setup  STM32F107 I2S for 48Khz -MCLK enabled using STM32CUBE.RCC is set to 72Mhz via HSE (X-tal).I2S clock is fed through it's PLL (i2SPLL) instead of SYSCLK, and set to 96Mhz (also tried diffferent val...