ST microcontroller Carbon footprint
Hi, I would like to know if it is possible to have the carbon footprint of ST32 microcontrollers. I searched around the websites but I cannot find this type of information.Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, I would like to know if it is possible to have the carbon footprint of ST32 microcontrollers. I searched around the websites but I cannot find this type of information.Thanks
Hello,I control an ADC with SPI interface of the STM32F44 microcontroller. The ADC datasheet is in the link, https://intantech.com/files/Intan_RHD2000_series_datasheet.pdf . I set up global variables as read, write, and calibrate masks. The I call t...
"I want to make a QSPI flash loader and I'm watching ST's video series (it's a bit old). I'm using an STM32F446RE. Are the function prototypes shown in the video sufficient for the flash loader to work? Do you have any advice you can give me?"
I'm essentially trying to swap the RAM modules between the two cores on the STM32H755 so that all data in RAM used by the M7 is in SRAM1-3 and for the M4 is in AIXISRAM, but I'm observing some issues in startup behavior on the M4.From my understandin...
The alarm time set properly but interupt in half time &sometimes I not came,please share if any one have idea
Hi,I need to measure 5 signals using the ADC. Out of the 5 signals, one is current (voltage across series shunt) which needs to be measured ONLY during transistor ON time, hence the ADC needs to be externally triggered by the PWM (OCREF). Other chann...
Hello All,I have some questions regarding the ADC of the STM32G071RBT6. Technically we can reach a conversion time of 400 ns if we use the internal ADC clock (35 MHz) and a sampling time of 1.5 cyc. OK, that's pretty good idealy.I am running my micro...
Posted on March 27, 2018 at 05:29exp:void function(void) { int cubemode;}void function(void) { int iexpect;}#indent
Moving from a audio effect prototype based on the STM32F407 to the STM32H757. Did a lot of stuff on the F4 with audio but on the H7 I'm getting stuck and can't get a simple audio loopback with DMA. I'm using Cirrus Logic's CS5343 and CS4344 as extern...