Is it possible that Cipher acceleration hardware module of STM32F756ZGT6 changed somehow from one shipping order to another ? Or maybe there are more recently or better files?
I have been using HAL library of cipher acceleration hardware before on the same mcu (first 100 units) without any problems, but in my last order, all mcu goes to hardfault error when i used exactly the same code on it (same binary file). By debugging, I realized that this library doesn't execute well the read/write operations from the cipher hardware, and then crash on hardfault. This error ONLY happens on my last order of 100 mcu chips. I really don't understand what's happening.
Any ideas?
Are there more recents upgrades on the HAL library encryptation module?
I am using stm32cube version 1.10.1 IDE, and stm32cubeMX version 6.6.1.202207061420.
I didn't change to more recently versions, because they change the way ETH drivers is configured.
