Resolved! Are there any bluetooth examples for STM32MP157C-DK2 board?
Can anyone point me to an example on how to use bluetooth for this discovery board? Will it be possible to pair to two bluetooth sensors at the same time?
Can anyone point me to an example on how to use bluetooth for this discovery board? Will it be possible to pair to two bluetooth sensors at the same time?
I wrote an application on the STM32MP157C-DK2, and m4 reads the data of an external adc and sends it to A7 for processing. The entire program got stuck after running for about 15 hours. The console has been outputting the following content[84306.5118...
The routine I tested was stm32mp157\STM32Cube_FW_MP1_V1.0.0\Projects\STM32MP157C-DK2\Applications\OpenAMP\OpenAMP_TTY_echo, The test method is guided by the following address, https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP1...
I'm trying to image the provided SD Card. I'm trying to use `dd` but it seems to only be cloning about 33mb before saying it is finished with no other output. sudo dd if=/dev/disk2 of=~/stmicro.imgAny thoughts?
I want to setup a Boundary Scan project for the Deveklopment kit to learn Boundary Scan with STM32MP157C. Therfore it is very helpful to use ODB++ data of the development kit.Can you provide this (maybe under NDA)?
This is a new issue involved in running from SRAM. I recently posted an issue:https://community.st.com/s/question/0D50X0000BDnc5pSQB/stm32f7-uart5-issueand this is a second, possibly related issue.The software I am writing is a Built-in-Test and boot...
Hi,I'm trying to reserve the pins for FMC that would be connected to NOR FLASH. The STM32CubeMX will give me some of the pins, mainly the data lines (FMC_D0:FMC_D15) for 16 bit data.Since the reference manual states that FMC has to be configured afte...
Hi, I'm using STM32MP157A-DK1 with Starter Package.I'm trying to follow instruction on how to using Kermit here:https://wiki.st.com/stm32mpu/wiki/How_to_transfer_a_file_over_serial_consoleI can successfully send files using the following command:$ ke...