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

TDE1798

We are using the TDE1798 (500 mA power switch) as a digital output (DO) driver on our controller board. The connected load is a 24 V DC valve rated at 16 W, which corresponds to a nominal current of approximately 667 mA. However, the measured steady-...

Requirement for Current Measurement Circuits

Hello Team,We need to interface a CT with a microcontroller for current measurement. The required measurement range is 0.01 A to 60 A with a 10 mA resolution.Please find the attached block diagram for better understanding. We require the reference ci...

AndrewNeil_0-1778844464226.png
Aditech by Associate II
  • 212 Views
  • 7 replies
  • 5 kudos

Resolved! where is the GUI for EV-VNF9Q20F

Hi ST community i just searched the GUI for EV-VNF9Q20F but could not find it. Please tell us where can i get suitable GUI. and also i'm really glad if you could check the availability of SPC582B against EV-VNF9Q20F.

ro1 by Associate II
  • 596 Views
  • 1 replies
  • 2 kudos

Resolved! STM8S using TIM4 interrupts

Greetings, I'm trying to set up TIM4 per the reference manual (RM0016).With the clock set to LSI at 128kHz, the following code causes the PD2 output pin to appear constantly high visually via a wired LED. I would expect it would be blinking once per ...

Resolved! STM8S TIM4 vs TIM2

Hello, I'm curious why TIM2 is correctly repeating in my code, whereas TIM4 with equivalent settings is not.In this code, the TIM2 indicator (fired by the TIM2 interrupt) is blinking twice a second (clock set to LSI, meaning 128kHz). I would expect t...