Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
I am using the STM8S208RB.I would like to fix for #error clnk Release\vdp650.lkf:1 segment .ubsct size overflow (147).Please help me
Dears, during the air transportation,the Chinese customs ask the UN38. 3 report to confirm the safety of the M4T28 lithium battery. So we kindly ask the report. Thank you.
we are putting theController in halt mode after configuring a external interrupt to wakeup. We read in datasheet, halt mode current is 440na. But we are getting current in terms of ( 1ma - 2 ma). Sometimes getting 200ua. It keeps varying. We want hal...
I am working with Teseo-Liv3F to test NMEA0183 strings over BLSP UART 12 on my board. wanted to know how reset and wakeup are used to monitor UART transfers ?How can we enable GPGLL, GPVTG on the module to obtain NMEA strings?To test the antenna used...
Hi All.I have installed STVD version 4.3.12 on OS - WINDOWS 10 version 1803 with following detailsSTVD MainFrame Version 3.6.5.2 - Build Aug 4 2017stvabbld.dll, Version: 1.4.1.0stv7abbld.dll, Version: 1.4.4.1STVD_TxtEditor.dll, Version: 1.0.3.0and r...
Hello,I stated using the STM8f003 uC.For simple start I want to implement a flashing LED using the TIMER1 overflow interruptof the core. The code does compile and can be flash without problems.Sadly the LED never lights up -> the interrupt is not eve...
I2C_Cmd(sEE_I2C, ENABLE); /* sEE_I2C configuration after enabling it */ I2C_Init(sEE_I2C, I2C_SPEED, I2C_SLAVE_ADDRESS7, I2C_Mode_I2C, I2C_DutyCycle_2, I2C_Ack_Enable, I2C_AcknowledgedAddress_7bit);do the init order have some problem? ...