I'm Looking for a MCU with at least 20 I/Os with independent supply with CAN!
I can't choose this with the product selector (at least I don't know how :-))Could you please help?Thanks a lot.Joerg
I can't choose this with the product selector (at least I don't know how :-))Could you please help?Thanks a lot.Joerg
The MCU qspi peripheral is connected to serial NOR flash. Along with these connection the same qspi individual data pins are connected to 3 individual Altera FPGA for booting purpose.qspi clock is common for all 3 FPGA.The following operation which a...
I'm trying to read the internal temp sensor of a STM32F030F4Px but datasheet isn't clear about how to calculate it.Vsense = ( 1686 / 4095 ) * 3.3 = 1.35VTemp = ((1.43 - 1.35) / 4.3 ) + 30 = 30.01CIn the code example it isn't any clear because I got:...
The CPU is powered using 1.8V both on VDD as well as VDDA (4.7uH coil as well as 1n/100n/1u capacitors in power path).When I measure the Vbat pin (100n cap supporting) in the range 2V-3.6V using the ADC I always measure about 0.1V less than the volta...
I have generated the code (LED PB7 GPIO_OUT) by using STM32Cube Mx for MDK ARM5. While loading the code , I am getting following error.Contents mismatch at: 08001000H (Flash=00H Required=31H) !I have resolve this issue by erasing the flash using ST-L...
How can I calculate the supply current of the MCU (STM32L471) in unprogrammed state? We use it in an ultra-low power application and need to know the battery drain during production and storage.
Hi,I am working on "Deep sleep" and "Wake- Up" on STM32L476 MCU. It looks like that MCU is going in to Deep Sleep (STOP2) mode, but I am not able to "wake up" using the GPIO EXTI (GPIO External Interrupts). Following the code snippets, which I am usi...
I have two nucleo-144 boards, stm32F767zi and stm32H743zi. Both cortex-M7, pin compatible, and pretty close in AHBx (GPIO) clock, 216 vs 200 MHz.Testing TFT LCD display library, that required fast 8-bits access to the LCD data bus, I discovered that ...
I'm using STM32L152RE with FreeRtos for our project. We use RTC HAL library to handle the Calendar alarms. I'm in a strange situation where the RTC_ALARM_A does not generate an interrupt after 12 midnight. The current system is setup to generate an...
Hi, I'm working on a project in which i need to send strings through UARTMy throughput is limited because i'm working with Xbees, so i want to compress my ascii strings (that are long 1024 bytes and with simple structure because they are in csv forma...