• Net_initialize()
    Hello, In the HTTP server code from MDK5 there is function call net_initialize(). But it doesn't seem to have a definition. What is the purpose of this function call in the code. Thanks
  • Display goes blank!!!!!
    i have written a code to interface an additional display with a weighing scale. Interface is RS232 and it works on company's proprietary protocol. The scale sends out the value which is displayed on...
  • STM32F429I-EVAL ETM Trace not working
    STM32F429I-EVAL ETM Trace not working I recently purchased a STM324F29I-EVAL board. I am using Keil uVision 5 along with a ULINK Pro debug probe. I have been able to get the basic ITM trace to work...
  • Hard Fault with net_initialize()
    Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int checksum;...
  • STM32F429I Discovery
    Hi I am using STMF429I Discovery Board. I am Using Keil V5. I have downloaded and installed Pack for STM32F429ZITx 2.7.0(2015-12-08_ DFP) and added ST- Link Utility also updated ST-Link firmware...