User Activity

void main(void) { clock_setup(); GPIO_Config(); CLK->ICKCR |= 0x10;//SAHALT; //0.03ma CLK_HaltConfig(CLK_Halt_FastWakeup,ENABLE); FLASH_PowerWaitModeConfig(FLASH_Power_IDDQ); PWR_UltraLowPowerCmd(ENABLE); // no diff FLASH_PowerWaitModeConfi...
Posted on April 13, 2018 at 07:02Hello, i try to implement the STM32CubeExpansion_LC_Sensor_L4_V1.0.0 in my nucleo -L476 board,i completely port the SW4STM32 to truestudio without error,however, the program run into infinite loop.section    .text.De...
Posted on March 27, 2018 at 09:18May i know where can i get the software? thanksJeff
Posted on January 17, 2017 at 10:18Hi , i am new to linux,i am using crypto 3.0 package and stm32F205xx andencounter several problem :i write my own makefile and linker script (mostly copy from guthub)I use stlink-texane and gdb to debug, here are s...
Posted on January 11, 2017 at 05:32hi i am new to linux,.this is my first time to use command line makefile to compile.i now encounter a problem that undefined reference to `AccHw_RSA_PKCS1v15_Encrypt' in the /Examples_Crypto/Src/example_rsa_encdec....