Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Actually i have many Ic's bought from Texas Instruments,ST,Analog Devices etc.And i have to evaluate my circuit before making it into design.So please help me in selecting a good simualtor with all recent devices and ics libraries available with it.
To reproduce Load GetPos or SimOSGetPos app with STM32L073 example.Enable I2C in gnss_app_cfg.h #define configUSE_I2C 1 Firmware prints out "Booting", then no result.Try to debug by setting a breakpoint at the buffer reading code in TeseoConsumerTask...
To reproduceEnable I2C in gnss_app_cfg.h#define configUSE_I2C 1When moved, the UART log said(11:58:08.056) -->�?�Going�?�to�?�run...(11:58:12.943) Can�?�not�?�read�?�axes(11:58:12.963) >>�?�sensor_event(11:58:15.875) Accelerometer�?�NOT�?�initialized...
I can't find any information about VN380SP at the st.com siteIs VN380SP discontinued? Deprecated product?
I was planning to use STP15N95K5, for one of the power converter application. I have RMS current for the switch around 4 A with repetitive peak currents around 30A (0.2 duty cycle with a frequency of operation of 140kHz). The switch operates at a DC ...
does anyone know if this chip 23257-B is a variant of ST72324 8-Bit microcontroller? I am looking for a datasheet to confirm, thanks!
I am trying to identify this 32 pin chip (23257-B) used in an automotive application (see picture). I am unable to locate any spec sheets. I am pretty sure it is a variant of the STMicroelectronics ST72324 8-bit microcontroller. Can anyone confirm a...
I'm using the SPW04SA module and want to write sensor data to the Azure Storage Table service. To achieve this I have to add special headers to my requests.Until now I couldn't find out if/how this can be done using AT+S.HTTPPOST and AT+S.HTTPGET. As...
I want to communicate with the wifi module integrated in the STM32 iot node using AT commands, so i configure the internal uart3 used by the module to receive AT commands and transmit the answer to the AT command but it doesn't work ?