Resolved! lwıp +ethernet on cubemx for stm32h743zi
I use stm32h743zi microcontroller and nucleo board.When I wanted to use ethernet communication on cubemx,LWIP is not enable.
I use stm32h743zi microcontroller and nucleo board.When I wanted to use ethernet communication on cubemx,LWIP is not enable.
Occasionally I get a crash - I think when stack meets heap in certain circumstances but I'm still working on that and it's not the issue I'm asking about.The problem is that when the processor crashes I use the boot loader to reload another code buil...
I have used SDADC RTD temperature measurement example from \STM32Cube\Repository\STM32Cube_FW_F3_V1.10.0\Projects\STM32373C_EVAL\Examples\SDADC\SDADC_TempMeasurementwith the same micro STM32F373 and I am getting huge noise in raw ADC and RTD temperat...
HAL_StatusTypeDef HAL_Init( void ){ HAL_StatusTypeDef statue; /* Configure Instruction cache through ART accelerator */ #if (ART_ACCLERATOR_ENABLE != 0) __HAL_FLASH_ART_ENABLE();#endif /* ART_ACCLERATOR_ENABLE */ /* Configure Flash prefetch */#if (P...
In this function call the package mode check wrong buffer alignment,should check tx buffer not rx buffer.FYI.Typhoon
Good morning,HAL_UART_Transmit(&huart2,myRxData,11,10);HAL_UART_Receive(&huart2,myRxData,11,100);My question is: only to make a test of sending and receiving data is enough to use the previous functions and make the connection of the pins tx with rx ...
Hello,I'm designing an application where a PCB with STM32F031C6 has to receive a minimum of 5 bytes via an half-duplex communication. Transmission is delimited by special character, ASCII is used. Ideally, the transmission would be composed by 3 data...
Hello everyoneI use STM32F429ZIT6 to make USB mass storage.Download DATA from NADN FLASH to the USB flash drive.I am currently experiencing a problem. When I am still transferring, I unplug the USB flash drive.The MCU only has TIME execution, the ma...
I'm having trouble understanding correct usage of the HAL UART functions to receive incoming bytes. The function assumes you know the byte count in advance. I would expect a receive function to respond to receive buffer full,empty and maybe half full...
Hi,I'm working with a STM32F446, on a CAN Bus system. My question is on PDF documents: there is a new version of the document UM1725 (or other) where find the new complete set of functions (like HAL_CAN_AddTxMessage(..)) ? . The only way is read the ...