Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

M24256: Memory addresses I2C

Dear ST-Community,this is my first post, so: Hello!I am currently struggling with a M2425 256kbit Eeprom that i want to address via I2C. I2C-access is working and i can read and write.The part i do not understand is the addresses of the memory. The E...

TWint.2 by Associate
  • 1782 Views
  • 1 replies
  • 0 kudos

STM8AF5288T flashing using iMX8M via SPI protocol

Hi STM8 Team,We have to flash STM8AF5288T MCU via SPI protocol from iMX8M Mini running on Android 11 OS.I have read the AN2659 document to study about IAP and understand the custom bootloader code.I have few queries after reading it which are as foll...

H_H_11 by Associate II
  • 1221 Views
  • 1 replies
  • 0 kudos

Resolved! How to generate .bin file from STVD

Hi STM8 Team,I can see STVD generates .s19 , .sm8 files. I want to generate .bin file. I had tried it by adding the following line in Post-Build section:chex -o $(OutputPath)$(TargetSName).binBut this did not work. Could you please guide me on how to...

H_H_11 by Associate II
  • 3231 Views
  • 4 replies
  • 0 kudos

Resolved! Problem in struct on header file

Hi there!I put this struct in the header file of my code, i´m using Cosmic C compiler and STM8S207 microcontroller:typedef struct{ bool a0:1; //flutuação bool a1:1; //equalização bool a2:1; //automático bool a3:1; //fuga terra + bool a4:1; //fuga ter...

MGarb.5 by Associate II
  • 3258 Views
  • 2 replies
  • 0 kudos

Flash Controller BTU

Is it necessary to execute the flash controller instruction BTU of the ST10F269 out of internal flash or it can be executed from RAM or external memory.

Dilly by Associate
  • 1019 Views
  • 0 replies
  • 1 kudos

ERROR IN PROGRAMMING MANUAL?????????

hello sircan someone, help me with that "SUB SP,#$9 " ,with is mentioned in the LATEST PROGRAMMING MANUAL OF STM8S PAGE 151.if you write that in an even very 1line program, you have an errorCan't match Addressing mode ' SUB SP,#$9'is there a n er...