Skip to content

Writting on IDEM directly from HW layer #271

Answered by stnolting
SergioNDuarte asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I think I understood what you are trying to do 😉

Only the CPU core can access the processor-internal IMEM and DMEM. If you want to access those memories also from other "cores" you need to use processor-external memories for that. But I think for your application a tiny multi-ported RAM connected to the external bus interface (so the CPU can access it) and also connected to your "signal capture logic" should be sufficient.

There are predefined functions to read/write bytes, half-words and words from/to any address. For example:

/**********************************************************************//**
*…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@SergioNDuarte
Comment options

@stnolting
Comment options

@SergioNDuarte
Comment options

Answer selected by SergioNDuarte
Comment options

You must be logged in to vote
5 replies
@stnolting
Comment options

@mr-potato-head
Comment options

@stnolting
Comment options

@mr-potato-head
Comment options

@stnolting
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants