Adafruit-1386 Problem using STM32 (reset command)

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Hairro113
 
Posts: 1
Joined: Thu Dec 08, 2022 3:08 pm

Adafruit-1386 Problem using STM32 (reset command)

Post by Hairro113 »

Hi!

Actually, I am trying to make a simple connection between a Camera Module Adafuit 1386 (Also known as PCT06) and my STM32NUCLEO476RG board using and UART connection. The datasheet in which I based my code is here:

https://www.mouser.com/datasheet/2/737/ ... 217461.pdf

When I test all the commands, they worked as it is expected. For example, when I send the RESET command I receive the ACK described on the previous datasheet. Anyway, when I try to send a RESET and afterwars other command , as the STARTCAPTURE, it does not return anything.

Moreover, if the reset is not used, the STARTCAPTURE works, and the READ DATA as well, but then the info obtained from the camera is always the same. I suppose that it is happening as the reset is not being working, but as I said all the different commands independently are working well, with the correct ACK being obtained.

This problem occurs as well with the STOPCAPTURE command.

I suppose the commands are well, and the connections as well, as the ACKs in some cases are received.

Thanks!

X

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”