how to read Date Code ?
how to read the DC from the outbox label?Trace codes: GM929MWJ VU GMis it 2009 or 2019 ?
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
how to read the DC from the outbox label?Trace codes: GM929MWJ VU GMis it 2009 or 2019 ?
I am using STVD on a Win10 and when I want to debug a program on a MCU. When the read out protection is set the pop up window named "ICU MCD configuration" showes up. There used to be two tabs where one was showing the option bytes where you could r...
I try to find info (datasheet) about this CI. I can't find anything about this chip. I attach a photo.This IC is used to read a D203S PIR sensor. I need to made a modification into the circuit for activate the output with the sensor signal and a swi...
I have a problem with M95M01-A125, M95M01-A145.When I read first data from EEPROM, I always get 0 from EEPROM.According to user's manual, when EEPROM state is in WIP(Write In Progress) a read command is ignored.In my case, first read command is not w...
Hello! I am using STM8L051F3 with Stm8 SPL headers. I am trying to configure PC0,PC1,PC4 as output with high level:CLK->PCKENR1 &= `CLK_PCKENR1_I2C1; GPIOC->DDR |= (1<<0)|(1<<1)|(1<<4); GPIOC->CR1 |= (1<<0)|(1<<1)|(1<<4); GPIOC->ODR |= (1<<0)|(1<<1)...
In the attached, notice (in the Disassembly window) how the "Minimize code size (+compact)" compiler option entirely did away with the if-else portion of the code, whereas "No Optimizations" does not do this. Is that telling me that the optimizer is...