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 stm32h743zit6 ,but when i use below code in nucleo -H743zi2 and thermal camera.when i run below code in nucleo board then vref(vots) value coming 3.3 vots and temperature comming in 30 to 37 celcius but same code when i run in thermal came...
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...
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 ...