I couldn't find this mentioned in another thread, most discussion was based around LSE vs HSE & LSI. Basically, I'm wondering if we used an external 32.768 kHz clock with the STM setup in bypass mode, whether that clock could be used to maintain RTC ...
Hi I want to communicate with a device that uses SPI, I want to grab data from this device but when it transmits a byte waits for an acknowledgment signal which is a positive pulse with 2us lent. So I should wait until it sends 1 byte of data, store ...
I'm using the STM32F105R8T6, STM32Cube_FW_F1_V1.8.0, and Atollic TrueSTUDIO 9.3.0.I have CAN1 working already, and am now trying to get CAN2 working *instead*. That is, I'm swapping over from CAN1-only to CAN2-only, as an interim step before trying ...
i want to build a node that can receive and send can frame without sending out the ACK bit. Like the silent mode but i want to be able to transmit too. There is a way to accomplish that?
I want to wake my STM32 mcu from stop2 mode using an external interrupt from sx1262 radio. I configured the gpio pin like this:/*Configure GPIO pin : RADIO_DIO1_Pin */ GPIO_InitStruct.Pin = RADIO_DIO1_Pin; GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING;...
Hello,My question is related to "STM32L4 ADC w/ DMA overrun error" which was closed unanswered.I am implementing an algorithm that uses ADC with DMA on a NUCLEO-L476RG.The ADC is configured as follows:Clock Prescaler: SynchronuousDMA Continuous Reque...
What would be good things to make? bring me! I have no idea
Hi,Are there any plans on extending the x-cube-stl support to H7 dual core family?According to the datasheet, the following are missing:MCU FMEAFMEDA snapshotX-CUBE-STL libraryI'm especially looking for just the STL part, but according to the manual,...