Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
----------- Project ew - ST Assembler Linker - Configuration Debug -------------Assembling mapping.asm...asm -sym -li=Debug\mapping.lsr mapping.asm -I="C:\Program Files (x86)\STMicroelectronics\st_toolset\asm\include" -obj=Debug\mapping.objSTMicroele...
could you please confirm the above marking is correct one for the recieved part
Hi,I am using STM32F4-Discovery. I want to R/W M24M02 E2prom but not reading device address. Added code and datasheet. I tried AT24C256 E2prom other I2C devices by same code and it worked.Thanks. for(i=0; i<255; i++){ if(HAL_I2C_IsDeviceReady(&hi2c3...
Hi :) I am doing a project where I need a (relatively) accurate crystal. I have never used special precision crystals but my guess is a normal crystal would do. I would like though to have the best accuracy possible by laying out the PCB and choosing...
Hi again =) I have a small project with an STM8 and I was thinking driving my 3-digit 7 segment display directly with the MCU in order to reduce the manufacturing price (I know some of these chips cost only a few cents but if I *can* do it directly ...
The example from STM8L15x-16x-05x-AL31-L_StdPeriph_Lib doesn't explain the way a regular buffer (i.e. 20 - 30 bytes of data) exchange between two MCUs in master and slave mode. Can anyone explain the steps of configuration on both sides?Now I have ST...
Using STM8L051 ADC PD0, 3.7V~4.2V Li-Po battery, 1M+1M resistor to divde the battery voltage, 100nF capacitor to GND.If set PD0 floating input and halt, total current 40uA, if set PD0 push-pull output LOW, 10uA. But the drawback of output LOW is that...