How to protect application code read from flash in STM32?
once i programmed my MCU then only one option ERASSE FULL CHIP and reprogrammed it How can i do this?I am using ST-LINK V2 for programming and IDE KEIL & STLINK UTILITY.
once i programmed my MCU then only one option ERASSE FULL CHIP and reprogrammed it How can i do this?I am using ST-LINK V2 for programming and IDE KEIL & STLINK UTILITY.
helloConsidering purchasing the J-Link PRO SEGGER to aid my developmentI like the idea that it runs from Ethernet and has all the advantages of using EthernetAlso like these feature of deeper and more advanced debugging and trace etc.Can any one plea...
Hi,I am using STM32L431 controller, I would like to know whether BOR is enabled by default or we have to write code to enable the BOR. I Assume that, by default it is enabled for threshold voltage 1.7V. Please share your input on this. Thank you in ...
After updating CubeMx from 4.27 to 5.0.0 I ran into trouble regarding the newly created module syscall.c:compiler error (had to switch the C++ dialect settings from "-std=c++0x" to "-std=gnu11" to fix it)but firmware is now not running - it stucks in...
First let me say I love CUBE. I make it a point now to use ST parts when ever possible just because CUBE makes things so easy. However, the last two projects I worked on had CUBE (OK, the code generator firmware under CUBE) bugs that took a while to ...
Posted on April 01, 2017 at 08:00This code snippet is generated by STMCubeMx 4.6.0 and STM32Cube FW_F1 V1.4.0 for STM32F107964 uint32_t HAL_RCC_GetSysClockFreq(void) 965 { 966 #if defined(RCC_CFGR2_PREDIV1SRC) 967 const uint8_t aPLLMULFactorTable[1...
I'm trying to do something similar to what have been covered by the application note AN4666 "Parallel synchronous transmission using GPIO and DMA" but now I'm testing without DMA functionality. Right now, I can write/send data to GPIO port using: GPI...
I've complained about this before, but it is still broken and shows lack of grasp.STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L432KC\Examples\RTC\RTC_LSI\Src\main.cThe following code results in answers which are a multiple of 8, and loses precision which...
chip : stm32L433CCUX. source code is made by cubeMX automatically.below my scenarios.1.stm32l4 starts with uart baud rate 9600. and start with uart DMA.2.communicate with other gps module by uart baud rate is 9600. for gps configuration gps uart ba...