bcd to bin
Posted on April 30, 2013 at 09:19hello, please can help me someone one with an assembly language who convert a 5digit BCD to BIN many thanks
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on April 30, 2013 at 09:19hello, please can help me someone one with an assembly language who convert a 5digit BCD to BIN many thanks
Posted on April 16, 2013 at 14:18Hi, I found a problem while writing to the EEPROM. The uC type is STM8af6289. This part of the program is the folowing: initializing part: void FLASH_Config(void) { FLASH_SetProgrammingTime(FLASH_PROGRAMTIME_STAN...
Posted on February 05, 2013 at 04:46I am a newbie at cosmic and I met something strange when using STVD with cosmic compiler to run my project. I hope that somebody can explain it for me. This is my project: It is my main: &sharpinclude ''peripheral...
Posted on February 19, 2013 at 21:05stm8s discovery does not work out of the box. No flashing led. nothing I am using windows7
Posted on April 17, 2013 at 22:32Hello, I'm looking into storing some calibration data for my application into FLASH memory since my EEPROM space is very valuable and I cannot spare any of it. The cal data would only be written once (upon the first ...
Posted on April 24, 2013 at 16:11 Hi together, I'm writing a application for a STM8S207C8 (64k flash).Currently my code needs 50kB of the flash, what means that the ''magic'' address 0xFFFF is crossed. Therefore I use the compile...
Posted on April 10, 2013 at 16:13 STLED316S I would like some clear instructionsthat inform me how to communicate with the STLED316S.I have the STEVAL-ICB003V board,viewing the communications on a logic analyzer, and attempting to duplicate the s...
Posted on April 10, 2013 at 14:13Hi all, I have a specific needs for a project. In this project I use a STM8AL3L66 but my question is a general question about the interrupt in the STM8 family. Is that an interrupt can be interrupted by the same inte...
Posted on April 05, 2013 at 09:54Hello, is there any information about the AC characteristics like SINAD or ENOB of the 12-Bit ADC? Gregor #adc-characteristics
Posted on March 26, 2013 at 05:48I cant seem to decipher the TIM1 registers to get a basic timer function similar to TIM2 or TIM4. Count UP and interrupt only if you reach the auto-reload period. In my application I reset the counter to 0 before th...