I am using internal Temperature Sensor stm32h743zit6 , i notice that when i connect power some time after that it stable temperature approximately 46 degree or 47 degree, after i start streaming it came temperature also stable on this 46 degree o...
I AM USING A STM32H743ZIT6 CONTROLLER IN THERMAL CAMERA BUT I READ A INTERNAL TEMPERATURE 138 CELCIUS BUT IN NUCLEO BOARD INTERNAL TEMPERATURE CAME 35 TO 40 CELCIUS (I AM USING 400 MHZ BOTH NUCLEO BOARD AND THERMAL CAMERA) SO WHY IT CAME IN THERMAL ...
im using stm32h743zi2 ethernet with udp . so i generated code and running in Kiel and ping working fine . BUT how to i re initialize lwip at run time .i tried to reinitialize at run time but the ping is stopping after reinitializing . any body does...
im using stm32h743zi2 nucleo board . im triyng to do programming in ethernet with udp without freeRTOS . using firmware version of 1.10.0 but it is not pinging . anybody did programming with this FW . please let me know the reasons for not ping.or...
TEMPCELSIUS =__HAL_ADC_CALC_TEMPERATURE_TYP_PARAMS(2000,620,3300 ,TEMPSENSOR_CAL_VREFANALOG,temp_sensor,ADC_RESOLUTION_16B);when i do this function then in TEMPCELSIUS VALUE CAME A 3400 CELCIUS WHY THIS Value came give me solution
#define VREFINT_CAL_ADDR ((uint16_t*) (0x1FF1E860UL)) /* Internal voltage reference, address of parameter VREFINT_CAL: VrefInt ADC raw data acquired at temperature 30 DegC (tolerance: +-5 DegC), Vref+ = 3.3 V (tolerance: +-10 mV). *...
i have generated stm32h743zi2 ethernet with udp code using cube mx . and i have created socket , that is working properly and ping also working . my need is ... when i send a command like " HELLO11 " i need to de initialize the lwip and ...