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 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....
Posted on January 05, 2017 at 07:07Clive One wrote:core_cm3.h and core_cmInstr.h should be in the same directory, normally CMSIS/IncludeYou might want to review the Include Paths and determine where it it is pulling the core file from so you have c...
Posted on December 29, 2015 at 07:17 Thanks clive, can you explain more as i am new to 32bit world. what i do is take the core out from the following uint16_t EE_ReadVariable(uint16_t VirtAddress, uint16_t* Data); uint16_t EE_WriteVariable(uint16_t ...