System crashes when initialize FMI (FMICLK = RCLK/2 )
Posted on September 17, 2007 at 11:10System crashes when initialize FMI (FMICLK = RCLK/2 )
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Posted on September 17, 2007 at 11:10System crashes when initialize FMI (FMICLK = RCLK/2 )
Posted on February 04, 2014 at 14:31My STM8 Cosmic compiler (32K limited) does not work anymore because it seems that the free licence is out of date (but it isn't: it will run out August 2014). Compiler Error is: '' </p> #error cpstm8 C:\Programm...
Posted on October 21, 2013 at 03:28I've checked the Option Bytes and the OPT3 byte is zero so the WDG_HALT bit is 0 which means that the MCU should enter Halt Mode without causing a reset when the watchdog is enabled. However a HALT or WFI generate...
Posted on February 04, 2014 at 11:50Hi I'm using the 8K limited IAR Kickstart compiler on the STM8L051F3 (8K) I'm using EEPROM and get the following 3 Linker errors Error[Li005]: no definition for ''__eeprom_program_byte'' [referenced from eeprom_ut...
Posted on August 22, 2013 at 15:08Hi We used eDesignSuit. The Vin is designed from 90Vac to 400Vac (phase-neutral or phase-phase) and the Vout is 16V, 1.3A (max) (about 21W), in QR mode with fmin 150kHz and Fmax 300kHz. If we supply the circuit wit...
Posted on February 03, 2014 at 12:57Hello,I am having issues writing data into EEPROM of Stm8s003K3. I am using Stm8s Discovery development board and IAR IDE.I know the algorithm of unlocking the eeprom.I have attached the code I am using. The probl...
Posted on January 25, 2014 at 20:48I am reading it in help files, variables declared as u16/u8 etc. What is this? Does it meanu16=unsigned int typeu8=unsigned char type ?
Posted on January 30, 2014 at 01:05Can STM8S be used with an low cost RF receiver, like the ones available on ebay for $1-$2? If yes then can someone help me identifying library/functions to execute this task. Thanks #interfacing-anything-to-anyt...
Posted on January 29, 2014 at 09:20I need to implement SPI communication on ST7. However the same IOs(Clock and data) used also for Jtag Debugger communication. Will the debugger will work correctly. i use the Cosmic compiler with Raisonance Rlink J...
Posted on January 27, 2014 at 19:32I am new to programming in C after years of using Basic on PICs. I would like to know where should I look for functions associated with a peripherals like GPIO ADC etc and what parameters they can accept. I am usin...