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

cosmic compiler bug

Posted on December 23, 2015 at 04:42Hi all Cosmic compiler:   Parser V4.11.4 - 12 Aug 2015,   Generator (Limited) V4.4.3 - 13 Oct 2015   Optimizer V4.4.3 - 13 Oct 2015 Consider the attached test code - testbug.c line 17 isCW = !isCW ; // generates...

STR911 spi master transmit problem

Posted on December 29, 2014 at 23:24Hi,I am using STR911FAW44X6 as SPI master to send out a hugh amount of data(136*256 bytes) to a SPI slave.  I set up CLK as 10MHz, CPHA=0, CPOL=0. The way I send out the data is as follows:            for ( j = 0;...

jian by Associate
  • 839 Views
  • 0 replies
  • 0 kudos

STM8L Timer Trigger

Posted on December 23, 2015 at 10:19I am using STM8L051F3.I want to use Timer-2 ch-1 & ch-2 and Timer-3 ch-1 in sequence PWM mode.All 3 timer in PWM mode with Period of 6 ms.But first i want to start Timer-2 ch-1 PWM. After Complition of its 1st pul...

ritesh by Associate II
  • 783 Views
  • 0 replies
  • 0 kudos

How to erase the STM8S207S8T6C microcontroller

Posted on December 05, 2015 at 18:13Hi, I the first time write at this forum, prompt to me please, I have the STM8S207S8T6C microcontroller, and I have a programmator of ST-LINK/V2 and the ST Visual Programmer program, on mine the microcontroller is...

kamal1953 by Associate II
  • 3319 Views
  • 3 replies
  • 0 kudos

pre-build command in STVD

Posted on December 17, 2015 at 20:10Is there any way to execute a ''pre-build command'' in STVD? I would like to auto-increment a version number in the source-code prior to each build. I have a command-line utility that modifies a header file to do ...

dporter by Associate
  • 695 Views
  • 0 replies
  • 1 kudos

STM8 checksum

Posted on December 16, 2015 at 15:44Hi,i have generated hex file for a particular project. The controller used is stm8s003f3. My question is regarding checksum. I'm not familiar with checksum. How can i add checksum to this hex file.? How can i dete...