Hi,I am using backup sram in stm32f429zi. Data Read write in backup sram section is executing properly and data will retain after power down. But when we do the power UP then my program is not executing from main loop. so my code is not working as re...
Hello, I am using STM32F429ZI Freertos+TCPIP+TFTP . Ethernet works smoothly but after addition of small code which includes some global array of 2KB it does not give ping response. when I uncomment the global array then again it works properly. What...
Hi, I am using FreeRTOS+LWIP on stm32f429zi. All working fine but after some time program control stucks at ethernet_input function. so due to this context switching not happens and other tasks gets affected. I also tried the below solution obtained ...
Hi,I am working with STM32F429ZI. Project consists of TFTP , TCP/IP , Flash and Free RTOS. I have got this error and not able to solve. Please provide solution if anyone facing the same. Thanks Anagha
I am using local buffer of large size (60KB). The address assigning to this local variable is of global variable. So my program is not working properly. I had implemented TFTP using LWIP. So how LWIP is utilizing SRAM is not understandable. If anyo...
Solved!PDR_ON Pin connected to GND and VDD through resistor. It should be connected to only VDD. So by desoldering the resistor connected between GND and PDR_ON my issue is resolved.
Hi, Thanks Uwe Bonnes and TDK.I got solution over this problem. Actually I had defined the 10K area in linker file using attribute. But forget to initialize it with zero. so the problem is occured of memory overlapping and no debug information availa...
Thanks!!!Now I'm trying to put the file into nucleo board using tftpd64 client. when I hit the PUT button on tftpd64 my program stops at hardfault error and file transmission halts at block#0. lwip implementation done successfully and verified using ...
Thanks!!!Now I'm trying to put the file into nucleo board using tftpd64 client. when I hit the PUT button on tftpd64 my program stops at hardfault error and file transmission halts at block#0. lwip implementation done successfully and verified using...