User Activity

On a STM32G431K8 I'm using the DMA1 to handle SPI1 data transfer (channel 1 for data receiption and channel 2 for data transmission).I'm using STM32CubeMX for code generation, resulting in following SPI1 and DMA1 initialization:/** * @brief SPI1 In...
Posted on April 24, 2013 at 16:11 Hi together, I'm writing a application for a STM8S207C8 (64k flash).Currently my code needs 50kB of the flash, what means that the ''magic'' address 0xFFFF is crossed. Therefore I use the compile...