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

uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr) { uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT

Posted on February 21, 2017 at 09:33Dear all,here is my code to read spi data:uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr){ uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT & addr; // for read make sure bit6 is 0 //GPIO_Reset...

np1 by Associate II
  • 1914 Views
  • 4 replies
  • 0 kudos

STM8S103F3 can't be programmed anymore

Posted on January 18, 2017 at 20:59Hi,i use IAR EWSTM8 to debug and flash the STM8S103F3 controller which i have here on a small blue breakout board. Yesterday i flashed the Controller via the ST-Link V2 as always but instead of going into the debug...

0690X0000060623QAA.png
loder by Associate II
  • 3377 Views
  • 4 replies
  • 0 kudos

STM8AL318A PORT I EXTI registers mapping

Posted on February 18, 2017 at 20:13HelloI am using stm8al318a lqfp80 package with GPIO pins PI0 - PI3.The datasheet says 'all IOs mappable to interupt vectors' and the pin description has a check for ext. Interrupt.But when reading reference manual...

GPIO_ExternalPullUpConfig

Posted on February 01, 2017 at 09:53 What is the difference GPIO_ExternalPullUpConfig (GPIOB, GPIO_PIN_0, ENABLE) and GPIO_Init(GPIOB,GPIO_PIN_0,GPIO_MODE_IN_PU_NO_IT) in point of P-Buffer FET (FET at high side) and internal pull-up resistor. In an ...

Resolved! STM8 not driving LCD

Posted on January 06, 2017 at 05:39 I have a custom LCD that I am trying to drive with theSTM8L052C6. I have tested the LCD with 2 other MCUs and it works fine. However, when I try to drive it with the STM8, it is very dim and almost not visible....

0690X00000605yQQAQ.png
Billy Bob by Associate II
  • 5390 Views
  • 5 replies
  • 0 kudos

GDB Source Code?

Posted on September 29, 2016 at 09:33Hi !Several years ago, the source of GDB was availabe as a download from ST (found in the forum, but not available anymore). I think nobody achieved to get the debugger running in Eclipse due to the missing MI in...

hjs by Associate II
  • 1865 Views
  • 4 replies
  • 0 kudos