工具/软件:Code Composer Studio
我正在处理错误更正代码。 我想知道、是否可以在 MSP430FR5994上实现极性代码?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
我正在处理错误更正代码。 我想知道、是否可以在 MSP430FR5994上实现极性代码?
Polar Codes https://en.wikipedia.org/wiki/Polar_code_(coding_theory) 是纠错码。 我想使用极性代码来构建 基于 SRAM 的 PUF https://en.wikipedia.org/wiki/Physical_unclonable_function。 Polar 代码将执行错误校正、之后将使用 AES 和/或散列算法来生成共享密钥。 对于极性代码、块大小至少为1024位、运行需要快速、时间为5 - 10毫秒。 那么、我担心 MSP430FR5994 Launchpad 上是否可以实现所有这些目标? 我已阅读一篇文章、他们在 ARM Cortex A9上实现了该功能、但我的平台是 MSP430、因此我想知道它是否可行。