Where to learn STM32 Programming in India?
WHERE I CAN LEARN STM 32 PROGRAMING, IN INDIA, ANY BEST PLACE, CAN ANY ONE SUGGEST ME. I am getting difficult in this. Thank you
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
WHERE I CAN LEARN STM 32 PROGRAMING, IN INDIA, ANY BEST PLACE, CAN ANY ONE SUGGEST ME. I am getting difficult in this. Thank you
Hi All,I am trying to get up and running the above hardware. I downloaded the software for the board, and we already use IAR compiler here. After compiling and downloading (via the STLink), the system runs the program just fine.However, I just need t...
We would appreciate it if you could provide information regarding the changes in efficiency and power dissipation (thermal performance) of the HFDA801L under the following conditions:Device: HFDA801LSupply Voltage: 14.4VInput Signal: TDM Fs 48kHzLoad...
Hi, I have two pictures of a cracked component. Can anyone help me with what the equivalent component would be today? The circuit board is about 17 years old.
Hello ST Community ,I am currently using the EEPROM part M24128-BFDW6TP (TSSOP-8 package) in a design. However, I’m facing difficulty in locating the Pin 1 marking on the IC. There is no visible notch or dot on the top side of the package that would ...
MCU: STM8L151G3U6ISSUE: TIM4 interrupt doesnt seem working Connections: 1. LED on pin PB0 2. Push button/ switch on pin PC5Scenario:1. User press the push button2. Toggles the LEDObservation:Without using the TIM4 inte...
Hi,I've tried to install the ADS Modell for PD55003 into ADS. With the standard procedure (DesignKits_unzipDesignKit... opend the .zip) it did not work. Following error occures:"Could not install design kit: The design kit does not contain a lib.def...
Hi!I have the STEVAL-PROTEUS with FP-SNS-DATAPRO1 v1.1.0 programmed on it.Everything works now as expected, except this: Once I completed a sensor acquisition, I cannot configure the board to a mass storage device to retrieve the data file on my PC. ...
I use “printf()” to send message to my computer.is it right to use "printf"?
I'm trying to operate an ESP32 in Arduino as an I2C master and an STM8S003F3 as an I2C slave.* ESP32 I2C master source code (slaveAddr = 0x30)void i2c_sendDataToSlave(TwoWire &i2c_device, uint8_t slaveAddr, uint8_t* slaveBuffer, size_t slaveLength){i...