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

Does anyone have a problem writing to Eeprom? When I try to write say a '0x80, a '0x3f' is reported as written So I stored my data as 4 bit nybbles, , which works (I'm using the discovery Board.) Russ

char *address = (char *) 0x4000; void flashwrite(char dat)   {       // thanks to https://github.com/midnight-wonderer/stm8-eeprom-bug/blob/workaround-//method/src/firmware.c  // one Mr. Sarun Rattanasiri                                            wh...

RHell by Associate
  • 611 Views
  • 0 replies
  • 0 kudos

Device is protected

I'm sorry, I'm not a STM8 developerI just want to upgrade an RFID readerThe CPU is STM8S003F3The programmer is ST-LINK V2The connection is SWIMThe programmer is ST Visual ProgrammerIt gives me the error "The device is protected"Is there any way to er...

GEvan by Associate
  • 3341 Views
  • 1 replies
  • 0 kudos

What is the process of porting over an example project from an stm32f4 to an stm32h7 board to use an x-nucelo gnss1a1 module?

I'd like to use the x-nucelo gnss1a1 module with the stm32h743zi2 nucleo board. Am I correct in thinking that there is a way to convert an example project that the x-cube gnss provides for the stm32f401re to be usable on the stm32h743zi2?   If so, I ...

blt by Associate II
  • 2461 Views
  • 4 replies
  • 0 kudos

Input Capture using timers.

HiI'm working on a BLDC Motor control project using STM8S Discovery Board (STM8S 105C6T6 MCU). I need to read the hall sensor inputs from my motor onto the three channels of TIM 2. So I thought of getting acquainted with the mechanism of input captur...

DebD21 by Associate
  • 855 Views
  • 0 replies
  • 0 kudos

What is the sampling rate in adc??

I have some confusion about sampling rate in adc,in data sheet it conversion time takes 14 clock cycles, then i am using internal oscillator 16mhz and prescalar selection is 8 and i get conversation time is 3.5micro seconds,i want know about exactly ...

SP.9 by Associate II
  • 886 Views
  • 0 replies
  • 0 kudos

Resolved! Using eDesignSuite, design a Power Supply having 1 isolated output and 2 non-isolated outputs

Hi,I am trying to design a power supply using eDesignSuite, having universal input from85~265VAC/50Hz and having 1 isolated output 10V@15mA and two non-isolated outputs 15V@75mA and 3.3V@50mA (flyback converter). But I am unable to design both isolat...

AAli.1 by Associate II
  • 5013 Views
  • 12 replies
  • 0 kudos