How can I use my MPU5060 on STM32L432?
I found only a way to read MPU5060's values with STM32F :(I tried it on my STM32L but it seems that the suggested libraries are not compatible with STM32L.Can you help me please ?:)
Ask questions, find answers, and share insights on STM32 products and their technical features.
I found only a way to read MPU5060's values with STM32F :(I tried it on my STM32L but it seems that the suggested libraries are not compatible with STM32L.Can you help me please ?:)
I'm writing code for STM32F042. If I'm running on the TSSOP20 package, I need to remap PA11 and PA12 to PA9 and PA10. For all other packages, I need to leave them alone.I can have a compile-time switch and generate different binaries for different pa...
I have the CAN functioning properly on the STM32F413 using Interrupts for Tx and Rx. I now want to add a response to an RTR message using the STM hardware only. I read the Ref Manual CAN chapter and the Datasheet. I understand how CAN functions and h...
Hi,I don't find how to configure this DMA mode with CubeMx. This mode seems not mentioned in AN4031 (application note for DMA controler).I want to implement it on a nucleo F429ZI board. I'm working with CubeMx + TrueStudio.Best
Searching a lot from ST web site, I cannot find the sample code or libarary. Please advice on this applcaition.
I cant see a continuous clock. I want to put it in master mode and it seems to send only one byte and stops.Heres a snipetArray[0] = 0x27; HAL_SMBUS_Master_Transmit_IT(&hsmbus3,0xB6, Array, 5, SMBUS_OTHER_FRAME_NO_PEC); while(HAL_SMBUS_GetState(&...
Hello everyone, I configured TIM1 for pwm. I will use CH3 and CH4. CH4 works well, but CH3 does not work. Sometimes when I load program first time CH3 works, But When I turn off the power and then turn on power CH3 does not work. Is there anyone who ...
Hi,I'm trying to receive data through USART2 through Arduino's serial terminal. I'm not able to receive anything. When I suspend the process, it is always stopping at UART_WaitOnFlagUntilTimeout(); . I'm using "HAL_UART_Receive(&huart2, rx_data, 10, ...
I am developing on STM32-f030CCT6 MCU, and IDE is IAR.There are two program in the flash, one is loader, one is application.Loader is responsible to upload application, and jump to application location to execution.Loader uses timer 6 as time base ...
I want to debug a CubeMx Generated project on Nuelco-L496ZG board.In CubeMx, I created a project with only DCMI and related DMA, and generated the codes.Without adding any other code, I debugged the project in System Workbench for STM32,I thought the...