Hi!
I am trying to use ADC on STM32MP157C-DK2.
With Starter Package image it runs fine, but with st-example-image-qt it stuck on the function below.
Can somebody helps me with this? I think it is a problem in the device tree file.
if(HAL_ADC...
Hello, I'm trying to compile the firmware to use the B-L475E-IOT01A in AWS IoT.I just download the pack X CUBE AWS, import to STM32CubeIDE(v1.0.0 and v1.1.0) and compile.There are two error on make file.I try to make the samething with SW4STM32(v2.9 ...
Hello, I'm using the OpenAMP_TTY_echo example with some modification.if (VirtUart0RxMsg) {
VirtUart0RxMsg = RESET;
while (data < 65535) {
itoa(data, buf, 10);
if(VIRT_UART_Transmit(&huart0, (uint8_t *)buf, 10) != VIRT_UART_OK)...
Hello!I'm trying to understand the interaction between CA7 and CM4.I need to acquire some real-time signals in CM4 and show the signal in a display on CA7.What is the easy way and what is the right way to do this?
Hello @mleo !I solve the problem. I haven't understanding the how "*.dts" files works.I actived @adc{} instead @m4_adc{}.Now it works.But I have a doubt.Is "*.dts" files generated by CubeMX "replace" the ".dts" of the kernel?How it works in projects...
Hi @Guillaume K !I'm using Windows. I have STM32 Cube Programmer installed.I found on X CUBE AWS folder a compiled filed, so I just use that.Thank you!Lenon
Hi @Community member !I'm trying to understand how to use a shared memory. Can you help me?I think that the shared memory I should use is this: sram: sram@10050000 {
compatible = "mmio-sram";
reg = <0x10050000 0x10000>;
#address-cells = <1>;
...
Hi thanks for answer @Bumsik Kim !I read your recent posts. I've got a wrong understanding of the is_rpmsg_ept_ready(). I thought that it shows me when the buffer was full. Now I understand.When I send more messages then Linux can read, I get the me...
Hi @Bumsik Kim !Can you share more information about the use of OPENAMP_Wait_EndPointready()?I don't understand how this functions works to handle the flag "Buf free".I've tried something like that:if (RxMsg_VIRT_UART1) {
RxMsg_VIRT_UART...