User Activity

Hi all,We have developed an application with STM32F072RBT6 MCU. The sections in flash shown below,Bootloader 0x08000000 - 0x080047FFEEPROM Emu 0x08004800 - 0x08004FFFMain App 0x08005000 - 0x0800FD02 Enabled Interrupts: SMBUS, RTC-Wakeup...
Hi all,I am using STM32F042 series mcu, and IAR as compiler.I have some #define statements in main.h which provides some setting configurations. Forexample we have different custom pcbs which have either active low or active high button. If I place #...
Hello everyone,For one of our commercial product we are using STM32F0 as mcu, and IAR as compiler. Since the device is battery powered, it sleeps for 1 sec then wakes up and does some adc measurements and sleeps for next 1 sec. Instead of doing measu...
Hi Everyone, When I send a structure pointer as an agument to a function, and trying to catch address of a variable in the structure in the function, MCU goes in to hardfault handler function. Let me simplify the problem as below,uint8_t *ptr1;uint3...
Hi everybody, The last time I asked a question here still is not answered yet. I hope this time I can get an answer. ​​We are using SPC560B50 series mcu, and want to program flash from CANBUS by using boot assist module during mass production. To do ...