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

Has the EEPROM M95256-W an ECC?

The old M95256-W datasheet Rev. 6 says:"The M95256-W and the M95256-R devices (2.5V and 1.8V versions, processed in F8 andidentified with the letter "A") offer an ECC (Error Correction Code) logic"The new version Rev. 21 says:"M95256 and M95256-D dev...

Manfred1 by Associate
  • 811 Views
  • 1 replies
  • 0 kudos

I need PSD301 Programmer

Does anyone know where I might be able to find PSDPRO programmer and WS6102 socket? I need to program an PSD301.I have UV windowed PSD301 it erased well.tried with my 3rd party universal programmer but failed to wrote.somebody help me..Thanks.

is the i2c init function right?

void sEE_Init(void) { //printf("i2c init\n"); sEE_LowLevel_Init(); // enable clock   /*!< I2C configuration */ /* sEE_I2C Peripheral Enable */ I2C_Cmd(sEE_I2C, ENABLE); I2C_DeInit(sEE_I2C); /* sEE_I2C configuration after enablin...

Hello, I hope i am posting this to the correct area.. I am looking for some help/guidence implementing the VNN1NV04 3-terminal protected MOSFET.

The application is a solenoid driver, 12V 0.5A running PWM 1Khz. It's a very basic low side application, diode across the coil. The signal is 5V logic from a microcontroller.I have read the datasheet, and the application note AN4798. to be honest som...

Spwf04s could not turn on radio afer reset? The module work ok before. Now the radio could turn on after power on . Then initiate and reset wifi module.The radio could not work . why?

[17:13:18.309]ÊÕ¡û¡ô+WIND:1:Poweron:171117-0328fe3-SPWF04S+WIND:13:Copyright (c) 2012-2017 STMicroelectronics, Inc. All rights Reserved:SPWF04SC+WIND:65:Factory Reset:1+WIND:0:Console active+WIND:3:Watchdog Running:20[17:13:19.307]ÊÕ¡û¡ô+WIND:32:WiFi...

Wsl by Associate
  • 1043 Views
  • 1 replies
  • 0 kudos

Strange tim4 interrupts?

The chip is stm8s103f3p6, and I wanna use lsi as clk and tim4 to make a timer, there are two strange things happened.​ when I set prescaler to TIM4_PRESCALER_4 and ARR to 32, I thought it should interrupt every 1ms (128k/4/32=1kHz), but it seems brea...

hpare by Associate
  • 914 Views
  • 1 replies
  • 0 kudos

Interrupt vector relocation in stm8

Hi,​I​ am developing an IAP for one of my project.In that the bootloader and the application using interrupt vectors.How can I seperate the ​interrupt vectors for application as well as bootloader. How to relocate the interrupt vectors in STM8?​T...

leojo by Associate
  • 1077 Views
  • 1 replies
  • 0 kudos