STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to handle SPI DMA (50Mbits/s) and While() loop?

Hello!I use SPI DMA (NSS always down) communication between 2pcs H743ZI.Everything work fine, till I don't change SPI speed to higher frequency (6MBits/s)It seems like, the DMA interrupts don't let enough time for While() to run.EXAMPLE:... uint8_t p...

0690X00000AABxVQAX.png 0690X00000AABxLQAX.png 0690X00000AABxGQAX.png
SFeje by Associate II
  • 803 Views
  • 3 replies
  • 0 kudos

STM32F334 & SPI Modes

Hi,The ILI9341 display https://cdn-shop.adafruit.com/datasheets/ILI9341.pdfas on Page #35/233, is it using SPI MODE:3 ? Can someone clarify ?Slightly confused with the timing diagram for the 4 line Serial interface and hence my question.I am trying t...

0690X00000AARJOQA5.jpg

Hi I would like to use a COMP to do the following: 1) clear the output of a PWM (TIM2) 2) keep the original off time .

  ie: due to 1st request: dont finish a full PWM cycle, but make the PWM think that the cycle will end at the time that OUT was forced to low+ duty low time (shortening the cycle time).1st request was easy: I've connected COMP to TIM2_ETR.2nd request...

YWhit by Associate III
  • 392 Views
  • 0 replies
  • 0 kudos

STM32F407VET USART example

Hi community, I'm searching a USART example , STM32F407VET​First, I create code by using STM32CubeMX. ​I has try it but it is too hard to use that. ​I felt 'HAL UART' example of length of the array that receive and send , has limited. (or need more b...

BSang by Associate III
  • 833 Views
  • 5 replies
  • 0 kudos

FMC: Burst access fail with continuous clock ?

Hello,We are struggling for a while with bank2 access in continuous clock.We are using FPGA connected to bank2 in FMC bus.We work with FIFO access in FPGA (a single address for the FIFO)Single register access works fine, but with burst access there a...

ranran by Senior II
  • 518 Views
  • 2 replies
  • 0 kudos

Microcontroller stucks when uart not connected

i am using stm32L072I am using uart1 in the code I found that code doesn't works ,if i don't connect a usb to uart converter between PC and the microcontroller .When i connect usb to uart connector and reset microcontroller ,it starts working :wear...

SA.17 by Associate III
  • 411 Views
  • 0 replies
  • 0 kudos

Resolved! Read and write Bluetooth communication byte format

Hi Community, ​I'm studying about the android program and stm32f407vet based controller.​The question I asked before is almost clear by using DMA USART.I'm Transmit and Receive like under code.code(IN STM32)uint8_t rxBuffer;int SIZE_OF_RX_TX = 1;if (...

BSang by Associate III
  • 1314 Views
  • 3 replies
  • 0 kudos