User Activity

Posted on April 27, 2018 at 08:28please tell me more about UDP PORT:- this is my code:-(Is it correct or not)void StartDefaultTask(void const * argument){ /* init code for LWIP */ MX_LWIP_Init();/* USER CODE BEGIN 5 */ /* conn = netconn_new( NETCONN...
Posted on April 11, 2018 at 13:39I have less knowledge of SPI HAL library. #spi #stm32 #spi-flash
Posted on April 10, 2018 at 12:49I DON'T KNOW ADDRESS OF M24M01-RMN6TP slave.if((HAL_I2C_Master_Transmit(&hi2c1,(devAddess),(uint8_t *)&buffer,3,100))==HAL_OK){ HAL_GPIO_TogglePin(GPIOF,GPIO_PIN_4); HAL_Delay(200);}if((HAL_I2C_Master_Receive(&hi2c1,...