User Activity

I am trying to encrypt part of my code and write back to internal flash. The MCU is STM32F407 and write to flash sector 3 (0x0800C000 - 0x0800FFFF). I customized the sct file to avoid other codes taking the place.The encrypted data takes 1Kbytes and ...
I am developing some products based on STM32F407/STM32F429. What I am trying to do is to protect my firmware that:simply dump the code from one chip's flash (to hex file) will not work in another chipmoderate reverse engineering should not be that ea...
I am using STM32F407ZGT6 and configured the TIM1_CH1 to trigger DMA2 to transmit data through GPIO. Since the protocol is using both raising and failing edges, I need to control both data pins and the clock pin. So the TIM1 is just generating PWM sig...
Hi, anybody,I am using STM32F407ZG/STM32F429IG to build two similar control board. The main function issome host send amount of data, about 1M bytes (STM32F407 with FSMC/SRAM) or 32M bytes (STM32F429 with FMC/SDRAM)to STM32 and stored in memory. Then...
Hi everyone, I am using STM32F429IGTx with ETH/FMC and many other peripherals to construct a control board. There is a special interface that I need to use TIM1/DMA2 driven GPIOs for communicating with another board that need 12 pins. Since FMC and ...