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

Beginning project to use beCAn on a stm8s208, mere presence of either CAN interrupt vector interferes with TIM4_UPD_OVF_IRQHandler.

No attempt yet to initialize can, just adding entry into interrupt vector table table for either can rx or can tx impacts TIM4_UPD_OVF_IRQHandler. TIM4 will run twice, then never run again.Can interrupts are not enabled yet, can interrupt vector neve...

GOgle by Associate
  • 770 Views
  • 0 replies
  • 0 kudos

what are the PSPICE parameters to be defined to set alphaT voltage temperature coefficient correctly ? Thank you.

simulation over temperature range +25°C to +107°C of SM6T10A, PSPICE model downloaded from STMicro site, is far from real behaviour. At +25°C, VBR = 10.12V for IR = 1 mA, at +107°C, VBR = 244.8µV for the same current. With alphaT = 7.3 10e-4/°C (see ...

TStem by Associate
  • 821 Views
  • 0 replies
  • 0 kudos

UART Transmitting problem

Hello,I am using the stm8l151... mcu and I am trying to send different strings via Uart1 to HTerminal. I have three different strings to send. The first two strings are transmitted completely but when the third one is being sent, it is truncated and...

sourceforge.net

Dear current and future SDCC users among the STM8 developers,Today the first Release Candidate (RC1) for SDCC 3.8.0 has been created.As always it has been put online in our SourceForge File section.https://sourceforge.net/projects/sdcc/files/If you h...

STA8088EX, Can not load image into RAM by debugger

Hi,According to the question, we can not load image into RAM with empty flash. We're using NOR flash with default memory map, and the debugger is OPENice. The NOR connect to FSMC CS0 and RAM connect to FSMC CS1.We already set PRCC(ProcCfgReg), FSMC_B...

0690X000006C5bOQAS.jpg
LHuan by Associate
  • 1149 Views
  • 1 replies
  • 0 kudos

About Top level interrupt sensitivity

Posted on July 04, 2018 at 16:16In this code,I understand the line''EXTI_SetExtIntSensitivity(EXTI_PORT_GPIOB , EXTI_SENSITIVITY_FALL_ONLY);''It means EXTI detects falling edge, right?But what's the next line means??''EXTI_SetTLISensitivity(EXTI_TLI...

0690X0000060LbtQAE.png 0690X0000060LOlQAM.png