What are the CRC dependencies that TouchGFX expect
We are starting a new project which requires TouchGFX. However our project will be leveraging a significant portion of our existing code. Thus I have some questions relating to how TouchGFX uses the hardware CRC.
- Can you confirm whether TouchGFX requires the hardware CRC?
Assuming the answer to the question above is Yes, see my followup questions.
- Can TouchGFX and the STM Crytpolibrary work concurrently, without me having to load/restore the hardware CRC registers.
- Can you explain when TouchGFX expect the CRC module so we can correctly provide concurrent behavior to all parts of our software?
- We currently use the hardware CRC + Crytpolibrary concurrently in our software. We accomplish good behavior by load and restore the CRC registers before/after the Crytpolibrary uses it.
