User Activity

Hi All.Please help me!Platform/Configurations:stm32F746IGT6EEPROM 24AA025E48TPB7(165)  SDAPB8(167) SCL1. Code generated from STM32CubeMx:static void MX_I2C1_Init(void){ hi2c1.Instance = I2C1; hi2c1.Init.Timing = 0x00303D5B; hi2c1.Init.OwnAddress1 = 0...
Hi,I build a custom bootloader.Trying to load app on FreeRTOS and TouchGfxMCU - STM32H7BITThe MCU has 2 FLASH banks:0x08000000 - 1024k0x08100000 - 1024kgcc-arm-none-eabi toolchain.openocd for loading and debuging.The app works fine when loaded at 0x0...
My code throwing a hardfault errorin startup_stm32h743xx.s filein/* Call static constructors */bl __libc_init_arraywithout going to/* Call the application's entry point.*/bl mainAll constant strings are located in the .rodata segment because they are...
Hi All.Not work this code:In HPP file:class ScreenMainView : public ScreenMainViewBase{public:  ScreenMainView();  virtual ~ScreenMainView() {}  virtual void setupScreen();  virtual void tearDownScreen();  void handleTickEvent() override;protected:  ...
Hi All.I have my own development board on STM32.TouchGfx 4.13.0 is ported to it.Displays box, button, scrollbox and text.The coordinates of the touchscreen I pass tobool STM32TouchController::sampleTouch(int32_t& x, int32_t& y) {   if(touchDa...