Hi,I am working on Flash swap Banking.From STM32CubeProgrammer I wanted to change the SECWM1_End value and start address of Bank2 from 0x8100000 to 0x8040000 but it is giving me error. Is there any possible way to change this configuration? And chan...
Hi,I am working on OTA update over serial port communication(UART) How can I achieve this? How can I trigger the bootloader and download, install the firmware update. As I am using stm32H563zi. Can I get any reference for the above scenario.Thanks...
Hi,As, I am doing unit testing for a stm32 project, I want to know which tool is invoking automatic makefile. where is the path of the tool in local disk.ThanksMonika
Is it possible to get the .o files i.e. the output files in the same folder because whenever I build the code the output files gets saved in the Debug folder.
Hello, As I am testing the code, I don't require -fcyclomatic-complexity option that is mentioned in Properties->C/C++ Build->Settings->MCU GCC Compiler->All options. But I could not edit this column how can I remove this -fcyclomatic-complexity. I...
Hello @Pierre_Paris Thank you for responding.As the device has 2MB embedded flash memory I wanted to make 4 partition for storing some configurations.That's the purpose of changing the address. If I could change the end and starting address to the s...
Hi,As, I am doing unit testing for a stm32 project, I want to know which tool is invoking automatic makefile. where is the path of the tool in local disk. ThanksMonika
Yeah, I am understanding it. But I want the output files(.o, .d ) in the same directory.If I have these c files in a directory while executing it the output files gets stored in Debug directory but What my requirement is, it needs to be saved in thi...