• is there a way to capture Net_Debug outputs in code?
    I'm using the RL-TCP stack in a standalone mode. I have the Ethernet and TCP debugging set to Errors_Only in Net_Debug configuration file. Periodically, I will get some vague errors on the debug port...
  • is there a way to capture Net_Debug outputs in code?
    I'm using the RL-TCP stack in a standalone mode. I have the Ethernet and TCP debugging set to Errors_Only in Net_Debug configuration file. Periodically, I will get some vague errors on the debug port...
  • Question : The Definitive Guide to the ARM Cortex-M3
    Note: This was originally posted on 11th December 2007 at http://forums.arm.com Dear, all. I am new in this forum. Recently I studying Cortex-M3 core, so I bought book "The Definitive Guide to the ARM...
  • Question : The Definitive Guide to the ARM Cortex-M3
    Note: This was originally posted on 11th December 2007 at http://forums.arm.com Dear, all. I am new in this forum. Recently I studying Cortex-M3 core, so I bought book "The Definitive Guide to the ARM...
  • Inline Assembly Parameter example in Definitive guide to Cortex M0/M0+
    I was reading The Definitive Guide to ARMCortexM0/M0+ by Joseph Yiu In Chapter 21, under section 21.4.2 GNU Compiler Collection, there is a example function with inline assembly operation: int my_mul_10...