STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! set pinout

i have a code in c of nxp mcu. in the code mcu nxp i configure pinout as: #define led       PTBD_PTBD3  #define led_dir    PTBDD_PTBDD3 i am using led in pin B3, next a use led_dir = 0;to define output,led=1 or led =0, to set or reset output, i wan...

jdo by Associate II
  • 672 Views
  • 6 replies
  • 0 kudos

can access the two Uart in one controller?

I am using 2 Uart with interrupt function. I have enabled two interrupts at the same time. But I can access only one Uart at a time. Another Uart interrupt is no response.Kindly support for rectify this issue.

SS.28 by Associate II
  • 2681 Views
  • 11 replies
  • 0 kudos

Trying to work with B-CAMS-OMV in monochrome mode

We have a B-CAMS-OMV attached to a Nucleo STM32H7 board, but we would like to work in monochrome mode, not RGB, the defaul mode for the example firmware.Does anyone know if the sensor (OV5640 from Omnivision) can work in monochrome mode? We tried mod...

Jde M.2 by Associate
  • 308 Views
  • 1 replies
  • 0 kudos

ADC USART Tera Term

I use this code to get the data ADC and transmit it but I can't see my data on Tera Term, I see my data in live Expression but not in Tera Term so most probably problem comes from Transmit part!! I would be happy if you take a look at the code that w...

MFara.4 by Associate III
  • 647 Views
  • 2 replies
  • 0 kudos

Resolved! [SOLVED] UART problem not working (STM32NUCLEOL476RG)

Dear All, ​This is the first time that I make a question on a forum. I am an engineering student with any experience with this kind of boards/community, but I hope I can explain it as well as possible :) . ​​​Now I am working on making a serial conne...

HHair.1 by Associate II
  • 1623 Views
  • 3 replies
  • 0 kudos

Resolved! B-U585-IOT02A board CN5 cable to ST-LINK?

What is the part number and/or where can I buy a cable from the ST-LINK to the B-U585-IOT02A board CN5?As a tangential question, why in the heck didn't ST just populate CN5 with a male 4-pin? (I'm a firmware guy, I don't solder, well, perhaps until n...

Chinese STM32F407VET6 Fakes?

I've got a few of the Aliexpress Chinese STM32F407VET6 development boards that arrived recently. I became suspicious when the content of 0x1FFF7A22 is reported as 0xffff, when it should be the flash size in KB. The MCU chip itself reads:STM32f407VE...

Resolved! Handling of more than 15 EXTI lines

Hi there,I just wondered if any of you would have an idea about my current problem, or faced similar challenges:For a new project I would need about 20 configurable EXTI lines, which exceeds the number of any STM32 MCU as far as we know. How could we...