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

Hi, I´m using STM8S0003F. I have 2 pins at PORT A (PA1 and PA3 that are programmed to generate an interrupt when any signal FALL_ONLY. During the interrupt routine, how can I know which pin generate this interrupt? Thank you Andre

INTERRUPT_HANDLER(EXTI_PORTA_IRQHandler, 3){ /* In order to detect unexpected events during development,   it is recommended to set a breakpoint on the following instruction. */ if(!GPIO_ReadInputPin(RUIDO_PASS_Port, RUIDO_PASS_Pin)) { Tmr10msLeRuid...

AMast by Associate
  • 632 Views
  • 0 replies
  • 0 kudos

steval-ipfc01v1

We are using STEVAL-IPFC01V1, Evaluation board. We tried to replace Inductor with our customised inductor and toroidal core. Inductance value is 125uH. We are detecting a fault for loading to 7A. Board works for 4A but for 7A fault is detected, outp...

SMurt.3 by Associate
  • 708 Views
  • 0 replies
  • 0 kudos

SD CARD PROBLEM FOR STM8S003F3

I have a STM8S003F3 and a Arduino Micro SD Card Module. I want to communicate with Micro SD Card. But Project SPI_FastCommunicationMicroSD in STM8S_StdPeriph_Lib is not working. It goes into "Go to infinite loop when there is mismatch in data program...

AMehm.1 by Associate
  • 1030 Views
  • 0 replies
  • 1 kudos

stm8s cco flag never set

I have a discovery stm8s003k board and when I tested a program for cco capability it seems cco will never be stable and program always remain in line:while(CLK_GetFlagStatus(CLK_FLAG_CCORDY) == FALSE); code and more explain is in detail.I tested it w...

akhan.1 by Associate II
  • 2326 Views
  • 5 replies
  • 0 kudos