Answer the question
In order to leave comments, you need to log in
How to connect STM32F4 to GPS2 Click?
I have STM32F4 Discovery and GPS2 Click (Quectel m95) connected via STM32F4 Discovery Shield. So far, I just figured out how to enable the module:
GPIO_SetBits(GPIOE, GPIO_Pin_10);
for (i = 0; i < 75; i++)
{
delay();
}
GPIO_ResetBits(GPIOE, GPIO_Pin_10);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question