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

EEPROM (M95P08-I) Safety register

Hi , I am using an M95P08-I SPI EEPROM . And I can now write/erase/program the EEPROM successfully. But I tried reading the Safety register format (RDCR) and found that the Power-up flag (PUF) bit and the Erase flag (ERF) bit were 1.Aften  tried usin...

1123 by Associate II
  • 722 Views
  • 0 replies
  • 0 kudos

DMX512 with stm32F103

i am trying to receive DMX512 signal on my stm32F103 Board but initially i just wanted to see if the interrupt is working , but it did not , so i saw if there is any Framing error but the SR was 192 , which suggests that there is no errors in the fra...

Aniket by Associate II
  • 1116 Views
  • 1 replies
  • 0 kudos

STM8L power (current) consumption problem

Posted on August 23, 2011 at 06:42 I'm developing some applications with STM8L152R8 and STM8L152M8 MCU now, and both applications are battery-used product. The problem is that, I cannot make the MCU consume micro-ampere order current.  I used every ...

jisoon by Associate II
  • 9664 Views
  • 13 replies
  • 0 kudos

Starting STM8L152 Discovery Board project

I am new to ST digital products and am working on getting the STM8L Discovery running for coding and debugging before a new serious project begins. My question is how to identify and connect the needed resources for this MPU, etc. Like, how to talk t...

IC_DOC by Associate II
  • 7776 Views
  • 7 replies
  • 0 kudos

Resolved! Connecting from 5V sensor to 3V3 adc channel

Hello everyone,I want to make an adc reading using STM32F103C8T6 but I am really confused. first of all, the sensor I will use is the hall effect open loop current sensor ‘L31S300S05FS’ model. this sensor has 4 pins VCC GND VOUT VREF from these pinsV...

Screenshot from 2024-10-02 17-57-23.png Screenshot from 2024-10-03 10-50-57.png
FinFet by Associate II
  • 2704 Views
  • 4 replies
  • 2 kudos

doubt memory chip hdd bios

1) I spoke to a hard drive specialist and he said that the BIOS of 2.5" and 3.5" HDDs is recorded on these memory chips but I don't know what type of memory and retention timethe models:The 8pins (4 pins on each sides) with 25P05VP、25P10VP、25F512、25F...

ÍStef.1 by Associate II
  • 4579 Views
  • 10 replies
  • 0 kudos

STM8L052R8 Watchdog Timer Issue

I have configured the watchdog for the maximum duration possible, i.e, 1.7 sec. void watchdog_init(void){CLK_ICKCR |= CLK_ICKR_LSION;IWDG_KR = 0x55; IWDG_PR = 6; IWDG_RLR = 0xFF;IWDG_KR = 0xCC; }But it seems to be resetting in around 26 - 28 ms. I ha...