• Scatter load
    Hi, I am using STM32F070C in one USB application with command line interface. Settings of the device is stored in flash in last 1k bank (device is 32k): 0x0800 7c00 to 0x800 7fff. I have some issues...
  • Low Power Mode in STM32L152
    Hi, I am using the below function to enter low power mode in STM32L152, but yet the current consumption of MCU is about 4 mA. is there other configurations? RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR...
  • internal regulator for ADC of stm32l152
    Hi Can we use internal regulator for ref voltage of ADC of STM32L152? if you have experienced it please tel me how to do?
  • Scatter ext. RAM loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • Error in Scatter-loading.
    Hi, In my board I'm using different memories like SDRAM, External NOR Flash, internal RAM and internal Flash. Different data and functions are complied to different memory module using Project- Options...