STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ERROR common.c: addr too high

I am getting this error after I modify my linker script (which I got from a project created with CubeIde):$arm-none-eabi-objcopy -O binary Prog_test_H735.elf Prog_test_H735.bin$arm-none-eabi-size Prog_test_H735.elf  text     data      bss      dec  ...

ERhod.1 by Associate II
  • 1533 Views
  • 8 replies
  • 0 kudos

Resolved! Implementing EEPROM emulation to STM32H743ZI2 nucleo board. To sum up, I want to program my FLASH memory by halfword(16-bit) chunk. Please click for further details.

I am trying to program my flash halfword per halfword. There is no HAL library to achieve this work so I am working with registers. After erasing the specific sector that I want to write, I am trying to change the control register 1 with below code.W...

0693W00000D2ei4QAB.png
EKosa.1 by Associate III
  • 770 Views
  • 6 replies
  • 2 kudos

Resolved! Bootloader information discrepancy

Reference Manual for STM32H72xxx/73xxx (RM0468), section 2.6, says that the embedded bootloader can be accessed via I2C1, I2C2, I2C3, I2C4 and SPI1, SPI2, SPI3, SPI4, however AN2606 only lists I2C1, I2C2, I2C3 and SPI, SPI3 as the working I2C and SPI...

HWidj.2 by Associate III
  • 488 Views
  • 2 replies
  • 1 kudos

Error finishing flash operation

I have the following error when I was trying to debug using TrueStudio(v9.3.0).​The specific steps that caused the error are as follows.1. Connect STM32F100RB※1 to the PC.2. Launch TrueStudio(v9.3.0)3. make project 3.1 [File] -> [New] -> [C Projet] 3...

0693W00000D2PylQAF.png
Myasu.1 by Senior
  • 462 Views
  • 1 replies
  • 0 kudos

FDCAN confusion

Hello,I hate to say this, but I am completely lost in regards to programming FDCAN to receive extended ID messages from an ECU. I looked to the examples provided in the IDE as well as other questions on this forum, but am still confused. I have a str...

Aaronium by Associate III
  • 333 Views
  • 1 replies
  • 0 kudos

STM32F107 timers problem

Hi to all,I hope this is the right place where asking to.Anyway in my custom board I use four timers: SysTick, RTC, TIM6 (DAC) and TIM3 (PWM).I wnted to add a new timer (I tryed TIM7 and TIM2), but it wouldn't work and I discovered that neither TIM3 ...