STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to write data into board flash memory?

As I am trying to write the data into board flash memory, Is ther any example code to write the 64bytes of data into board flash memory.I have tried the below shared code but its not showing the result I want.flashAddress = 0x08040000void Write_Flash...

NPash.1 by Associate II
  • 5578 Views
  • 8 replies
  • 0 kudos

how to solve this problem?

hello everyone,how can I solve this problem, I'm stucking here, I can't understand where is the problem, this error is duplicated 4 timesthank you

0693W000003P4vIQAS.png
idrissmc by Associate III
  • 522 Views
  • 2 replies
  • 0 kudos

Resolved! What is better "Direct Resistor access or using Library"

Hi all,from last 8 yrs i am writing programs for microcontrollers (mostly project on microchip, st) 8 bit/ 32 bit.i always write programs by writing directly to the registers. i never used any library like SPL, HAL, LL doesn't matter how long the cod...

sanju by Senior
  • 827 Views
  • 6 replies
  • 0 kudos

Resolved! FDCAN not receiving any messages (no ACK?)

Dear all, I am working on FDCAN with Nucleo STM32G474RE. And I cannot receive any messages...Unfortunately I cannot find any examples for this board.I am able to send messages from the board and receive it on PCAN tool.Unfortunately when I send messa...

csdominik by Associate III
  • 1998 Views
  • 5 replies
  • 0 kudos

Resolved! SDRAM over writing problem

I'm using DISCO Board STM32F769I and use SDRAM in my application applicationi note that when i write data more than 1023Byte the data is written in the next bytes as expected and also over write from the start of SDRAM (0xC0000000)if there is any con...

GMoha.1 by Associate II
  • 830 Views
  • 2 replies
  • 0 kudos

Operating SD Card at 1.8V directly

This post: https://community.intel.com/t5/Intel-Makers/Low-Voltage-Signaling-SD-Cards/td-p/490563 seems to imply that newer SD cards can operate directly at 1.8V with no translation to 3.3V. Can anyone confirm if STM32H743 supports this?If so, does t...