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

un38. 3 report for M4T28

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.​

JZhen.1 by Associate
  • 1047 Views
  • 0 replies
  • 0 kudos

How to enable GPGLL on Teseo-Liv3F module ?

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...

YJain.1 by Associate II
  • 1127 Views
  • 1 replies
  • 0 kudos

Timer 1 overflow interrupt not triggered

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...

MGehr.1 by Associate
  • 1697 Views
  • 1 replies
  • 0 kudos

Resolved! the code from st example

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? ...