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 am getting my MV values in ADC as 268 but for my requirements it should read vge equivalent to 1.31 but I am getting only 0.8 with Vref 3.3v.Can any help me with my configuration is correct .What is my mistake here please

/* MAIN.C file *  * Copyright (c) 2002-2005 STMicroelectronics */#include "stm8s.h"#include "stm8s_clk.h"#include "stm8s_adc1.h"void Clk_Config(void);void ADC_Config(void);void ADC_Read(uint16_t *MV);main(){ unsigned short MV; Clk_Config(); ADC_Confi...

SRAM.11 by Associate III
  • 1214 Views
  • 0 replies
  • 0 kudos

While creating a project and adding necessary libraries with STM8s003f I am getting error in library.c files #error cpstm8 libraries\src\stm8s_adc1.c:91(14) missing prototype #error cpstm8 libraries\src\stm8s_adc1.c:92(14) missing prototype

If I commented these lines again error is notified in Clk.c file and repeated for other.My question is, if commenting all those lines will reflect any issues in building the code

SRAM.11 by Associate III
  • 1414 Views
  • 2 replies
  • 0 kudos

STSAFE CC Certification - where to find documents?

I'm considering STSAFE-A100 for a new project. The customer requires a current CC EAL4+ certification for creation and verification of digital signatures.The STSAFE-A100 product page states "Latest generation of highly secure MCUs; CC EAL5+ AVA_VAN5 ...

FKrue.2 by Associate
  • 1780 Views
  • 1 replies
  • 0 kudos

Some questions about ADC in SMT8S.

Hi, everyone. I have been working with STM8S, i am did not work with this microcontroller before, i have some questions about ADC (i am using STM8S103F3). 1) The first problem that i had was about the values read, i am initialize the peripheral for w...

VPatr.2 by Associate II
  • 1346 Views
  • 0 replies
  • 0 kudos