Drop-in-Replacement for "M29F016D70N" is needed?
The above mentioned flash went obsolete , an alternate replacement is required for it.Application: Medical devicesConsider it with hgh priority
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
The above mentioned flash went obsolete , an alternate replacement is required for it.Application: Medical devicesConsider it with hgh priority
The below code works with out the initialization "GPIO_Init(GPIOA, GPIO_PIN_3, GPIO_MODE_OUT_PP_HIGH_SLOW);" ,but does not work with initialization.void main(void){ volatile uint8_t count; count = 0x00; GPIO_DeInit(GPIOA); GPIO_Init(GPIOA, GPIO_P...
Does STM8S001J3 reset protection via STVP? As well as in other series STM8?I did not get through STVP. So far, only through IAR - when connecting, select Option Bytes. IAR warns about clearing all memory, agree and everything is ok.
I have tried something like below in my interrupt function but i was unable to detect long press ,every time it was detecting short press.static timestamp_pressed=-1;if (timestamp_pressed == -1) {user just pressed the button timestamp_pressed = HAL...
This is the error message that i have received.#error clnk Release\ild004v2.lkf:62 Release\smart_reset.o: symbol __stext multiply defined (C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Lib\crtsi0.sm8)#error clnk Release\ild004v2.lkf:62 Release\s...
I'm a new comer to STM8 uCs, but experienced in other controllers. I have two questions:I would like to bring up a custom test board with In System Program/debug capability using the STM8S003F3. How do I do this quickly? A list of manuals/appnotes wo...
On Google there is the formula Time event= prescaler*counts/fmasterFor 2s how should we calculate prescaler.
Hello,I'm a software expert, and ignorant in any hardware fields.I have some faulty air condition controller board, and need help with identifying some faulty component installed on it.Could you please tell me what is this EEPROM component (see pictu...