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 I guess it is not the right technical term. I interpreted the sections in IRAM as starting from 0x10000000 and has size 0x8000 - so it ends at 0x10008000 and the memory after is free to be used for the event recorder. In this case I chose 0x20000000 and size 0x8000 as in the guide. It should also be free. Are RAM and IRAM not the same thing? I am a complete beginner here and was just trying not to conflict with any other sections.  

Reply
  • Well I guess it is not the right technical term. I interpreted the sections in IRAM as starting from 0x10000000 and has size 0x8000 - so it ends at 0x10008000 and the memory after is free to be used for the event recorder. In this case I chose 0x20000000 and size 0x8000 as in the guide. It should also be free. Are RAM and IRAM not the same thing? I am a complete beginner here and was just trying not to conflict with any other sections.  

Children