• Confusion over USB Fifo External Memory
    I have a C8051F340. It has 4k of external ram, 256 bytes of ram and 1K of USB FIFO ram. I'm very confused on how to use the 1K of USB Ram as general purpose external ram with the Keil compiler. The...
  • Confusion over USB Fifo External Memory
    I have a C8051F340. It has 4k of external ram, 256 bytes of ram and 1K of USB FIFO ram. I'm very confused on how to use the 1K of USB Ram as general purpose external ram with the Keil compiler. The...
  • Embedded Trace Fifo(ETF) in Hardware FIFO mode flushing trace data
    Hi there, good morning. I am using TMC as Embedded Trace Fifo and testing it for FULL condition. Is there any way, I can stop TMC from not reading the trace data that is written in the SRAM of ETF? So...
  • Embedded Trace Fifo(ETF) in Hardware FIFO mode flushing trace data
    Hi there, good morning. I am using TMC as Embedded Trace Fifo and testing it for FULL condition. Is there any way, I can stop TMC from not reading the trace data that is written in the SRAM of ETF? So...
  • fifo()
    Hi All,, The Data is serially coming into my controller , is processed there and then sent out serially. The data is packed between header (8 zero bytes) and tailer (8 0xff bytes). Should i detect...