Maximum rating of the RST terminal of the STM32F765
In the general operating section, it is described as "Input voltage on RST and FT pins".Do you consider the maximum rating of the RST pin to be the same as the FT pin?
In the general operating section, it is described as "Input voltage on RST and FT pins".Do you consider the maximum rating of the RST pin to be the same as the FT pin?
Sorry this is a very simple question but somehow LED LD2 just won't work on STM32h745ZI-Q nucleo 144 boards. As per the manual "UM2408 STM32H7 Nucleo-144 boards", the LD2 is connected to PE1 (by the way, I tried PB7 as well as the older one may on th...
Hello,Since two year, I am experiencing an issue with the ADC_CHANNEL_12 (pin PC12) of my STM32F767. I suspect it's a hardware issue coming from the MCU. a stable offset is added (randomly change each time I reboot the STM)this read value (via DMA) i...
I saw this video. He say that in these ST boards, they have a trained model that can classify 8 faces.https://www.youtube.com/watch?v=Wzgfm5BH4qYWhat is the largest CNN network applied onto an STM32 board with CubeMX AI and how many objects could it ...
Hello,Currently, the generated binary file is 1 MB but with 96% of '0'.Obviously, it's quite long to transfer via CAN to update the firmware, mostly for 'nothing'.I can see that the 'end' of my code is: 1000 0000 0100 0000 4078 7d01 0000 0000Is it...
I would like to know what is the correct way to disable a timer’s ARR preload function using the HAL library ? And once that’s done, does the ARPE bit stay low for the whole runtime, or does it have to be cleared again regularly or after specific eve...
Hello,I try to activate fifo + burst in dma transaction, without success (goal is a DSHOT driver* for drone)My setup (stm32f767):memory to timer TIM3 in pwm mode, writing several CCR registers in timer using DPAR+DBA+DBL (DBA set to access CCR regist...
I want to test differential signal on STM32F407VG discovery board using boundary scan testing. I know that this soc supports boundary scan testing but is it possible to test/measure differential signal also via same way?
Hi All, I am trying to use SPI+DMA in stm32f401 nucleo 64. SPI + DMA is working successfully on both transmit and receive data. I configured spi + dma in software cs since I have multiple slaves, but that means I have to pull the gpio up and down for...
Hi, I generated the code through CUBEMAX, using USART3 with DMA and trying to send couple of bytes by call HAL_UART_Transmit_DMA in main while(1) loop. If I add the delay after a transmission even a 1ms it stop transmitting but if I remove the delay ...