User Activity

Hello,Is it possible to change the format of the generated code from CubeMX? In other words, is it possible to configure the indentation and header comments that get generated from CubeMX, either with a template or some user option?Thanks!
Hello,I am working on a project using mbedTLS and Keil MDK to make an HTTPS server running on an STM32F777. To speed up encryption/decryption, I am trying to make use of the CRYP coprocessor (mostly focusing on speeding up AES GCM calculations). My i...
Hello,I'm currently using an STM32F777 MCU with the Keil MDK. I want to run an HTTPS serer on this system, and I set up mbedTLS with Keil's network component (using the TLS_ECDHE_ECDSA_AESGCM128 cipher suite). By default, it takes around 6 seconds fo...