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

I'm not able to write to the SRAM of the STHV1600, reading works fine though. Been testing it with multiple PCBs with one or two STHV1600 ICs, all have the same behaviour.

Hiwe're developing an application using the STHV1600. We have a custom PCB with 2 STHV1600 in parallel, with wires shared.Device Ids are 0x0 and 0x1.​I'm using a zedboard (FPGA) to program the STHV1600. When reading one or more bytes (burst), I get e...

STM8L051 125khz PWM not work

I have new application used stm8l051, The MCU using timer2(GPIOB2) to generator 125khz PWM, duty cycle from 0% to 100% every 500ms with 16Mhz clock source.void Timer2_PWM_Init(void){ GPIO_Init(GPIOB, GPIO_Pin_2, GPIO_Mode_Out_PP_High_Fast);  CLK_Peri...

KCheu.1 by Associate
  • 857 Views
  • 0 replies
  • 0 kudos

Save initial EEPROM data when burning MCU

When initially burning the MCU, I want to save some EEPROM data. Lets say the data 123 is to be saved in location 1 of EEPROM. If I write the below C code before the main function, will it work? Once the data is stored the first time the program is b...

PiSquared by Associate II
  • 3235 Views
  • 5 replies
  • 0 kudos