How to initialize the RAM in c language.
Posted on September 07, 2011 at 14:55How to initialize the RAM in STM8S105xxxHi: I want to initialize the space of RAM(the whole RAM), please tell me how to operate. Thanks! the language is c. Fred
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on September 07, 2011 at 14:55How to initialize the RAM in STM8S105xxxHi: I want to initialize the space of RAM(the whole RAM), please tell me how to operate. Thanks! the language is c. Fred
Posted on August 30, 2011 at 11:07Hello,I'm using STM8L152C6 as a slave I2C device. I'm able to receive the first byte with acknowledge but successive rx data go along with NACKs. Here's my I2C configuration:CLK_PeripheralClockConfig(CLK_Peripheral_...
Posted on July 13, 2011 at 07:43I am trying to program a hex file in STM8S103F2P6 using ST-Link via STVPHowever, I get the error> Programming PROGRAM MEMORY area...Error : Cannot communicate with the board.Wrong board selection or check board power...
Posted on August 30, 2011 at 02:22I'm trying to create an interrupt handler that will toggle an LED on and off very quickly (as a basic test, my end goal is to eventually do much more than that). Right now I have an interrupt handler which is confi...
Posted on August 22, 2011 at 11:33I try to modify code from TSL V.2.4.0 in ''Example01_STM8S207_RC_5k'' for run on STM8S103K3 and STM8S105C6. Test on board STM8S discovery (for STM8S105C6). Follow TSL document to modify code but it not work. LED is ...
Posted on June 23, 2011 at 14:43Dear,The allowed tolerance of oscillator frequency in my planned application is 1%. I'd like to use HSI and periodically to calibrate it. There is an application note describing the process + SW code. The method appli...
Posted on August 13, 2011 at 16:21I am getting a linker error message that I cannot find a way to resolve - here is the error:Running Linkerclnk -l''C:\Program Files\COSMIC\CXSTM8_16K\Lib'' -l''C:\Program Files\COSMIC\CXSTM8_16K'' -o Debug\newarmou...
Posted on August 05, 2011 at 12:26The GPIO struct is defined but it is not initialized before it is used in main. Everything works but I am stuck with trying to find a value that I can use in GPIO_Init. GPIOx->CR2 is OR'd with another value and I ...
Posted on March 26, 2011 at 04:17Just received my STM8L-Discovery, installed STVD 4.2.1 and Raisonance compiler. Whenever I hit F7, STVD shows this non-descriptive message ''The parameter is incorrect''. After that, the only way to exit the applicat...
Posted on August 04, 2011 at 08:53When I use PA6,PD6 is EXTI_Trigger_Rising_Falling.When PA6 go H-->L, it generate interrupt, but When I keep PA6 still Low, and PD6 go H-->L, it not generate interrupt. Please help me. void main() { CLK_SYSCLKDiv...