Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, i am trying to get stm32l476RET6 to deep sleep ( shutdown or standby mode) following mbed examples, but the processors power consumption i measure is not even close at the correct consumption in these modes.At some point, befote WFI() function,...
Hello,In my project, I connected two MCUs to each other (MISO->MISO, MOSI->MOSI, SCK->SCK). I define a new pin as the CS pin (PORTC.10). But in my receiver the sequence is wrong. Here is my code( For example I send 1234 but I get something else, some...
Given similar memory mapping, COMP and OPAMP (where applicable) is bound to SYSCFG in the various 'F3 models. However, there's no information of the clock enable for these modules in the related RMs. It's presumably enabled by RCC_APB2ENR.SYSCFGEN, b...
Hi,Can i use usart instead of uart???RegardsAdrush
I'm new to micro controllers (but I have a software engineering background) and I decided to purchase a NUCLEO-F429ZI (STM32F429ZI).There are a LOT of pins on this board (168 I/O pins according to the datasheet!). However, if I just want simple HIGH/...
I am using CAN(MCP2515 Controller), I need to know the methods used to Test CAN Failure and Build in CAN Test.Methods I tried. 1: Checking Error Flag like Bus-Off Error Flag bit and Passive Error Bit, but due to Arbitration Failure Transmit Error Cou...
I have an custom STM32H743 TQFP100 board. I use I2C 4, PB8, PB9 at 100kHz.The code is generated with CubeIDE.The I2C_FLAG_AF flag on I2C4 is always wrongly set and the transmission after adress is aborted.The device sends an acknowledge.Is this an bu...
We are trying to use SPI1 as a slave to receive 11 bytes of data per transaction. I.E. SPI1_RX --> my_data_array[11] When an 11-byte transaction is received, we want the DMA to raise a flag that we will check (we can't afford to use interrupts, a...