Resolved! Nucleo-G031K8 Extra 5 pins ?
Does anyone know the exact pin-out of these five pins? I cant find anything in the documentation. Hoping it will allow me to use an external programmer.
Does anyone know the exact pin-out of these five pins? I cant find anything in the documentation. Hoping it will allow me to use an external programmer.
In the ADC scan mode in STM32 microcontrollers, the digitized value of all input channels is dumped into ADCx->DR. Is there a register or flags to find out which ADC channel the data currently in the ADCx->DR register```void HAL_ADC_ConvCpltCallback(...
Trying to connect to a STM32H723ZGT6 for the first time. Does the ST/LINK-V/2 have to use the JTAG connection on this device as I feel it probably does? The 4 pin connection being for the STM8 only? I jave connected as a JTAG connection using jumper ...
Hello everyone, Can anyone check out the power supply scheme I followed is recommended. If deviated please do suggest the right circuit. @stm32
I'm on Nucleo-F303RE board, which according to the page 129-130 of the reference manual (RM0316 Rev 10) I should be able to set "TIMx (x = 1/2/3/4/8/15/16/17/20) can be clocked from the PLL running at 144 MHz when the system clock source is the PLL a...
Hello everyone, I need help .I noticed a very interesting problem, which is this.I use STM32F429I-DISCO1 when I activated I2S_2 in the master mode PORTB_13 pin = CLK , but in reality it was always = HIGH level , after that I deactivated I2S_2 and con...
Hi Team,Could anyone please suggest which hall sensor or encoder is supported for the P-Nucleo-IHM03 board. I have generated the code for the hall sensor feedback but not able to find the suitable sensor.Anyone who have used the board please suggest....
Hello,We are designing a PCB based on the Nucleo-H723ZG board.We need the complete project files (schematic, fab, assembly, and PCB layout with Gerber) in Altium if available.RegardsHai
I am trying to design a system that use the STM32F407VET6 and a 7 inch LCD display that use LVDS. The screen is 1024x600 pixel resolution and can use 6-bit or 8-bit LVDS interface. The screen also uses a HX8282 LCD controller. I was wondering if I ne...
Is there any working project maybe on github 1024 x 600 RGB TFT ? Those screens are very popular all over the place. There is STM32F746G-DISCO with 480x272 TFT RGB. I have no problem to get it working. For bigger sizes since there is no working exam...