STM low price 4xI2C, 48 pin
Hello,I am looking for STM with the following features:- 48 pin (could be 64 pin only if BGA)- 4 I2C interfaces- 1 ADC channel- most important: lowest price possibleCould somebody suggest several P/N I could check? Adam
Hello,I am looking for STM with the following features:- 48 pin (could be 64 pin only if BGA)- 4 I2C interfaces- 1 ADC channel- most important: lowest price possibleCould somebody suggest several P/N I could check? Adam
Hello,Has anyone seen ADC noise generated by the 50 MHz RMII clock (PA1) affecting the measurement on ADC1_IN0 (PA0)? (approximately 100 codes in 4096).If so does anyone had a fix to suppress it?All other ADC channels used do not have the same level ...
Hi, I am currently using STM32H503KBU6 MCU (32 pins). For my project the space in PCB board is critical. I have placed a LDO, Level translator, voltage supervisor and along with their associated passives in a 10mmx16mm PCB board. Now I still nee...
Hello, how to know ram memory usage using debugger, to check where memory is used. This is without FreeRTOS or CMSISI know freeRTOS has TaskGetStackHighWaterMark()
I'm using STM32L486 at 2.5V.The MSI auto calibration feature (aka PLL mode) is crashing at cold temperatures with specific usages of Stop mode. When it crashes, it drives MSI to its minimum frequency for the selected range. For example, the 24 MHz ...
I need to process samples from two different ADCs by transferring their samples to the FMAC via DMA. This is done by writing repeat values to FMAC->WDATA. Both ADCs have the same trigger and I want to insure one ADC's value arrives before the other. ...
Hi, While implementing a single conversion process for the Analog-to-Digital Converter (ADC) via register-level programming, the debugging phase yields a consistent output of zero, irrespective of the input. This anomaly persists even after the ADC i...
Hello all I am interfacing various peripherals on the STM42F446RE, SPI, I2C, UART etc, and in the process i'm choosing to use the DMA controller.when configuring various 3rd party ICs some may have many registers to setup, Rather than use global arr...
I am using the FMAC for the first time and I am seeing strange behavior after preloading data to X1. I'm pushing 16 items to WDATA via a memory to memory DMA transfer. The buffer size is 16, so X1full should go high when it finishes. It doesn't. I pl...
Hi,I'm developing a new application for the STM32U5A5 processor. The application runs correctly if I program (flash) and debug with the JTAG/SWD debugger. Even after disconnecting the debugger, the application still runs, and it is possible to re-pro...