u32 =u16*u16
Posted on July 30, 2011 at 02:39Never used the Cosmic complier before do I require any header like math.h to do a u16*u16 into u32 doesn't seem to do anything.
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Posted on July 30, 2011 at 02:39Never used the Cosmic complier before do I require any header like math.h to do a u16*u16 into u32 doesn't seem to do anything.
Posted on July 28, 2011 at 09:39Hi,I am using STM8S103 where I noticed that its UART BAUD rate is not supported for 1200bps at BRR1=41H and BRR2=36H (as per ref. manual ) tested at 16Mhz internal with pre-scaler at 1 and at 16Mhz external.Whereas it...
Posted on July 25, 2011 at 17:35I need to config my stm8s105k6 to work with oscillator of 16Mhz my code : CLK_ClockSwitchCmd ( ENABLE ); CLK->SWR = 0xB4; CLK->SWR = 0xB4; while ( !(CLK->CMSR == 0xB4 ) ); I get stuck behind the while loop Am I m...
Posted on February 23, 2011 at 15:15Hi !How can I read the external flash from ST10F269 without desoldering and put it in one professional programmer ?Thanks in advance.Cristian M.
Posted on July 12, 2004 at 14:32PSDsoft Express hangs Windows 2000
Posted on July 12, 2011 at 13:13Hi experts, in my application I am trying to write a single byte to an address in the DATA EEPROM area immediately after disabling ''the DATA area write protection by writing consecutively .. MASS keys to the FLASH_DU...
Posted on July 19, 2011 at 14:29Hi. No stm8s103 in ''STVD\settings\MCUselection list It start with stm8s207 I have cosmic 16 k free compiler additional problem is ''#error clnk Release\rtos_osa_hw.lkf:1 no default placement for segment .info.''...
Posted on June 14, 2004 at 14:07IAP using USB
Posted on July 04, 2011 at 09:33After having written a time consuming and reasonably eloquent request about this subject, only to have it rejected and erased, I'll make a shorter attempt. Is it not possible to have straight forward assembler templat...
Posted on June 30, 2011 at 00:16Hi, I want to use strncmp function in my code [ if (strnicmp(temp, GPVTG, 5)) ], but I've got an error: &sharperror cpstm8 ..\..\src\main.c:278(12) missing prototype I have string.h file in my include files, but I th...