This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems with setting up the event recorder for LPC1769

I've been struggling to set up the event recorder. I narrowed the problem down to the RAM that I am allocating to the device. As soon as I do, the ethernet connection of the controller stops working. 

Here is my configuration

I get no complaints or warnings. The RAM section from 0x20000000 to 0x20008000 is not reserved, but as soon as I restart the controller ethernet does not connect and thus nothing is working anymore. Any ideas?

Parents
  • Well, as far as I can see all memory sections have already been occupied. When I try to free a small section, I get a bunch of build errors. Thing is that this is not my code and I have no idea how to analyze this code. I can't step through it, I can't use the event debugger. 

Reply
  • Well, as far as I can see all memory sections have already been occupied. When I try to free a small section, I get a bunch of build errors. Thing is that this is not my code and I have no idea how to analyze this code. I can't step through it, I can't use the event debugger. 

Children