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

Debugging STM8AF series processor

I got an ECU from an manufacturer, I was very interested in extracting the firmware from the ECU .They have used STM8AF controller , Open-OCD doesn't have support for the controller. Please reply I you guys have any idea about debugging the controlle...

Lipson by Associate
  • 861 Views
  • 1 replies
  • 2 kudos

VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO always 0

when I use vl6810  with 51 chip , the  i2c use pull up to 1.8V  。all the init register is correctly, I Using an oscilloscope for detection ,It seems all correct。but it always wait at VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO here :while(!(VL6180X_Read...

QZH by Associate II
  • 2140 Views
  • 3 replies
  • 0 kudos

use std::fstream for SDCARD

Hi I'm trying to reuse some code that uses use std::fstream for file access.I have the FATFS working and can read and write files. like this:fr = f_open(&fil, path, FA_WRITE | FA_CREATE_ALWAYS);if (fr == FR_OK) {// Write text to the filefr = f_write(...

Kvang by Associate III
  • 2026 Views
  • 1 replies
  • 0 kudos

Component identification

Hello everyone, I have problem with IC identification. Marking is D300I , 90A819. Pls let me know what kind of IC it is.Vcc pin i the 1st pin, and GND is 8th pin, that's all I know.  

Zrzut ekranu 2024-09-11 094622.png
Semator by Associate
  • 1919 Views
  • 5 replies
  • 3 kudos

Unable to establish UART communication between ESP8266 and STM8 Nucleo 32 board. However successful UART communication over COM Port.

Hi,I am working with an STM8 Nucleo 32 board based on the STM8s207K8 microcontroller. I am trying to receive data from a NodeMCU dev board via UART. The NodeMCU board successfully receives data from the server, and transmits it, however when I try to...

APant.1 by Associate II
  • 2708 Views
  • 4 replies
  • 0 kudos