HRTIM code snippet examples.
Hi, Where to find the HRTIM code snippet examples referenced in the HRTIM cookbook?
Hi, Where to find the HRTIM code snippet examples referenced in the HRTIM cookbook?
Hello,I'm working with STM32L562QEI6 mcu for a project. I don't need OPAMP so it will be disabled by software, but on the PCB can I leave the pins floating or connected to ground?There are two OPAMP input pins and they are dedicated, they can't be GP...
I am having trouble establishing stable communication between the FDCAN on the NUCLEO-H755ZI and CAN 2.0 on the NUCLEO-F446RE. The transceivers it uses are SN65HVD230.During communication (regardless of the 1 / s, 10 ... 100 / s message sending inter...
I've a colleague who is using the 32-bit timer of an STM32 to trigger and interrupt handled pin toggle rather than using the 16-bit hardware Timer on the pin that needs toggling. The frequency on that pin varies a lot in use. When I wrote bringup cod...
I am a PCB designer for a start up Medical Company. We are gearing up for our commercial launch, do to the current supply chain issues we are have trouble acquiring parts. we bought these parts from a company in Canada, they shipped from China. The t...
Hi,I am working on Serial NAND Flash (Winbond W25Nxx) communication with H747 microcontroller. I'm having a problem with the Serial NAND Flash I have. I think this issue is related to QuadSPI structure.Reading sequence in quad I/OSerial NAND Flash co...
I have an existing design using an 8-bit PIC16F and am attempting to upgrade it to using the STM32L071, primarily due to needing more memory. This design has 6 input signals being sampled using the same ADC. One signal is an audio signal that needs t...
I used the:"STM32H743I-EVAL\Examples\FDCAN\FDCAN_Classic_Frame_Networking" example on my board.I can send and receive Standard ID message to and from my CAN BUS Analyser, but can only send Extended messages. Cannot receive them. I have attached the i...