Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Hiwe're developing an application using the STHV1600. We have a custom PCB with 2 STHV1600 in parallel, with wires shared.Device Ids are 0x0 and 0x1.I'm using a zedboard (FPGA) to program the STHV1600. When reading one or more bytes (burst), I get e...
I have new application used stm8l051, The MCU using timer2(GPIOB2) to generator 125khz PWM, duty cycle from 0% to 100% every 500ms with 16Mhz clock source.void Timer2_PWM_Init(void){ GPIO_Init(GPIOB, GPIO_Pin_2, GPIO_Mode_Out_PP_High_Fast); CLK_Peri...
I have sent request to send the key for STM8 Cosmic C compiler arround 3-4 days back but unable to receive till today. Can you send the license key
Based on Cosmic compiler document, I am trying to use #pragma to store the const object into flash memory region 0x17f80. Even I have configured the liker config,Then I have added below code in .c file.#pragma section const {applflag}const u32 appl_f...
Hello,When I flash a user application to STM8L with STVD, it works fine. As long as I do NOT power off MCU, I can read back flash content with STVP. For the first byte located at address 0x8000 (beginning of IT vector table), value is 0x82, which is ...
When initially burning the MCU, I want to save some EEPROM data. Lets say the data 123 is to be saved in location 1 of EEPROM. If I write the below C code before the main function, will it work? Once the data is stored the first time the program is b...
Please tell me FIT rate or MTBF value of "M27C4001".I'm an engineer on a traffic relation. I am investigating The reliability of equipment.
Hi,I am using input capture of Timer2 Ch1 in stm8s003f3(20 pin uC). I had configured the timer 2 and provided pulses in PD4 pin , but i am not getting interrupt in Timer2 interrupt handler.void InitTimer2(void){TIM2_DeInit();CLK->PCKENR1 |= 0x20; ...