About the audio and pressure sensor.
Can I use audio and sensor without adding the amp?
Can I use audio and sensor without adding the amp?
I am seeking flexibility when it comes to the pins that I will use to read from these sensors that's why I am not using the analog inputs directly.
hi, i wanna a stm32l072 datasheet CN version. no result on the st.cn
I'm using both ADC's in continuous / interrupt mode on some micro's in the STM32F103 family and it's working properly and fills my needs nicely.The core components which are commonly presented in the online tutorials are...Calibration:HAL_ADCEx_Calib...
Hello on my kernel module my probe funtion gets not called.static const struct of_device_id stm32_match[] = { { .compatible = "st,stm32-uart", .data = &stm32f4_info}, { .compatible = "st,stm32f7-uart", .data = &stm32f7_info}, { .compatible = "st,stm3...
Hi,When I write RTC_init() function in code which defined by stm32cube, once powerup, system goes to a hang status, after hard reset, chip works correctly... RTC clock set to LSI when I comment RTC_init(), system works properly even, when power up a...
But when I remove power (with the 3V battery still connected to Vbat) the date/time values freeze. That is, they remain where they were when to power was removed. How do I make the RTC continue to run during power down? Any help is appreciated.
I am using the ST-LINK which is built onto/attached to the Nucleo-F767ZI in order to connect to the MCU and interact with it.I am trying to use SysTick but am unable to enable interrupts with it. Everything else appears to work as it should.I initial...
The first step succeed and I'm able to ping my Nucleo H745ZI-Q.Next step would be creating a TCP connection, this doesn't work because of some memory related problems.Calling echoclient_pcb = tcp_new() gives me back a NULL./** * @ingroup tcp_raw * ...
Hello,We are developing a product that uses an STM32, and we are wondering where we can find details about, or if it's feasible to create a customized firmware update tool for customers without extensive development time. We have no problems updating...