Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I configure the DAC using SPI configuration. I am reading the DAC registers value , when register is read back i got wrong status value from HAL Library why these happened?for(i=0,j=0,k=0;i<=46;i++,j++,k++) { Read( SAW_ADD[i],SAW_Val[j],SAW_...
Hello all,I'd like to use a portion of my FLASH memory to save four 16-bit preset values. I've read that some STM have several Flash Type Program such as byte, halfword, etc. Unfortunately, it seems that the L432KC only authorizes double word type.Th...
I am using NUCLEO - G474RE and I am trying to use HRTIM to output some PWM signals. HRTIM_CHA output signals voltage levels are fine (0 - 3.3V). The problem is that the voltage levels of HRTIM_CHB are off. By measuring CHB (PA10/PA11) signals I get P...
I'm using a NUCLEO G0B1RE board in which I'm trying to implement the FDCAN code with a MAX3051ESA+ CAN transceiver. So is this compatible if I use the Classic CAN mode ? If Yes, what are the parameters that need to be set for the following if I'm usi...
HelloI have an external adc with 2 parallel output pins each is 1 bit (2 bits) total, with clK_out pin, I am trying to read the parallel pins using nucleo-h743ZI2 (480Mhz), I followed [AN4666] example to receive the data1, clk_out is connected to PA6...
Hello, While trying to setup an UART connection with a STM32U585ZIT6, we realized that it was not possible to drive the G connectors. To isolate the issue we tried to drive others GPIOs and they are totally fine while GPIOs G remain stuck at GND. We ...