User Activity

Good Morning All,I have good experience on stm32 microcontrollers and cubemx, but I am new when it comes to LwIP.I followed some basic setups to generate the code using CubeMX tool.1.Selected the board as Nucleo-F207ZG,configured clock on 120Mhz.2.En...
I am developing an TCP/IP Server Client application on my NUCLEO-F207ZG  development board.I am implementing a function to send ADC values on Ethernet.void Client_Data_Send(void){char temp_buff[TEMP_BUFF_SIZE];volatile uint32_t buff_len;volatile uint...
I am developing an TCP/IP Server Client application on my NUCLEO-F207ZG  development board.I am implementing a function to send ADC values on Ethernet.void Client_Data_Send(void){char temp_buff[TEMP_BUFF_SIZE];volatile uint32_t buff_len;volatile uint...
Hello I am beginner on STM32,previously once I configured only one ADC channel and I was using interrupt mode for it so I new ADC interrupt which is getting generated is coming because of only a single channel after its conversion.At that time I used...
Below is my following CAN configuration. Extended CAN frame is transferred every 50ms at 1MB/s.static void MX_CAN_Init(void){/* USER CODE BEGIN CAN_Init 0 *//* USER CODE END CAN_Init 0 *//* USER CODE BEGIN CAN_Init 1 *//* USER CODE END CAN_Init 1 */h...
Kudos given to