You can read the System Part and Revision ID Register (SPRIDR) from address to get the part ID and revision ID numbers.
Device SPRIDR[PARTID]
MSC8154 0x8304
MSC8154EC 0x831C
MSC8154E 0x830C
MSC8156 0x8302
MSC8156EC 0x831A
MSC8156E 0x830A
Revision SPRIDR[REVID]
Rev. 1 0x0000
Rev. 2 0x0001
No. The L2/M2 is 512 KB, arranged in 8 ways of 64 KB each way. In your configuration, the L2 cache becomes 4 ways. Each way is still 64 KB.
M3 memory is ECC-protected so a single-bit error is detected and corrected, therefore an interrupt is not necessary.
The L2 cache is private for each core, therefore the 4 software prefetch channels are per core. Each core configures its own set of L2 software prefetch registers. Each core can only configure its own L2. The L2 software prefetch registers cannot be configured externally from the DSP subsystem.
No, there are other options for loading of the RCW besides the I2C serial EEPROM.
- Multiplexed RCW loading option(RCW_SRC[0:2]=000) - all 64-bits of the RCW are loaded in four passes using the external pins RC[15:0] using the /RCW_LSEL[0:3] pins as lane select signals.
- Reduced RCW loading option (RCW_SRC[0:2]=011) - some bits of the RCW are latched from external pins and some bits are loaded from default hard-coded values.
Turbo and Viterbi decoding are supported by MSC8156 MAPLE-B TVPE in same µcode. You can initialize the Maple with one TVPE standard, plus some Viterbi parameters. Then you can use different Buffer Descriptors for Turbo and Viterbi.
Note that MAPLE-B doesn't support multiple Turbo standards with the same µcode because Maple µcode is standard specific and a µcode re-load is required to switch from one standard to another. So supporting a mixture of users of different standard in real time cannot be done with current MAPLE-B. Turbo and Viterbi decoding are supported in same µcode, since Viterbi decoding parameters are fully configurable and are not standard related.
Each DSP subsystem includes a DPU. Each core can access its own DPU registers using the same physical addresses.
All cores are reset together. There is not a method to reset a particular core in the MSC8156.
The MSC8156 Reference Manual shows the DDR address spaces as follows:
- 0x40000000–0x5FFFFFFF DDR1 Memory (default value) 512 M
- 0x60000000–0x7FFFFFFF Reserved. Used for DDR1 memory if configured for 1 GB. 512 M
- 0x80000000–0x9FFFFFFF DDR2 Memory (default value) 512 M
- 0xA0000000–0xBFFFFFFF Reserved. Used for DDR2 memory if configured for 1 GB. 512 M
After reset, the default DDR1 and DDR2 memory space is 512 MB. To increase to 1GB DDR memory range, you need to configure the CLASS registers as follows:
- For DDR1 memory controller, change C0EAD5 from the reset value of 0x0005FFFF to 0x0007FFFF
Detailed information about the Flip-Chip Plastic Ball Grid Array (FC-PBGA) package type devices (MSC8144 and MSC8156) can be found in this document FC-PBGAPRES.pdf
The maximum heat sink attachment force is 4 Newtons (10 lb force).
You can set NO_INC if you want to transfer to or from the same address. The address will not be incremented. For example, if you want to fill memory with data from a single memory location, you will need to set NO_INC for the source. However, the destination will have the NO_INC bit cleared.
A port error will freeze the DMA channel so clearing the error bit has no effect. In this case, the DMA channel needs to be reinitialized before it can be used again.
The DMAERR register does not indicate which channel accessed the BD with size 0. However, you can check the DMACHCRx registers to determine which channel did not finish the transfer by checking if the active ACT bit is high. A channel that does not encounter the error will finish (ACT bit gets cleared).
.