User Activity

Posted on November 21, 2017 at 07:12Hi,my STM32F302R8 Device with 64KByte FLASH, 16KByte RAM.I configured Min_Heap_Size and Min_Stack_Size in file 'stm32_flash.ld' as below._Min_Heap_Size = 0x400;_Min_Stack_Size = 0x1000;While build the project code...
Posted on November 10, 2017 at 05:42 Hi, I used STM32F103 MCU before and was new for STM32F3x MCU. My stm32f103 codes was migrated to stm32f302 codes for stm32f302r8 MCU.The code problem is that after power on, MCU turned on LED normally and prin...