Resolved! Is there a zero crossing detector inside the stm32 itself?
Is there a zero crossing detector inside the stm32 itself?I am using a stm32f334R8
Is there a zero crossing detector inside the stm32 itself?I am using a stm32f334R8
I am using TST070CBOT-01P Along with STM32F7508-DK using RGB Interface , I have wired the jumpers with the display to the corresponding pins and everything works fine in static mode, But when transition begins then the Display shows artifacts as show...
Hi everybody,I am currently implementing a LDC3114, which has a burst mode that auto-increments the register address i want to read. The data sheet states:"For both write and read, the address pointer will auto-increment as long as the controller ack...
I would like to know for this product STM32373C-EVAL if the board has a microcontroller to program so that I can evaluate both adc and read data from both adc. and where do i get the steps from software
Board: Nucleo-f756ZG and Nucleo-F767ZIWhen i reset quickly board using reset button during execute below code, The board set RDP protection Level 1.Below code contains only rootcause. I know that is not correct usage (missing OB lock, wait for busy f...
I wanted to us CAN2 interface in my project. I started with example application ("CAN_Networking"). This example application works very well with CAN1 but when CAN2 is configured in this application it doesn't work at all. No transmission and no rece...
Should be "PRESC" rather than "PREC" I did not check but I guess this will be in other RMs too.JW
I have a EVB NUCLEO-H503RB and tried to implement I3C Target feature. Before testing on I3C system, I would like to test some basic read write with legacy I2C Controller. However, I just found that it seems to be not support with static address on I3...
My development environment is stm32cubeMX and IAR.1.Init QSPI2.Read data via QSPIif the DummyCycles = 0,the program is running abnormally.if the DummyCycles over 2,the program is normally.int main(void){ /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ ...
Hi, I have just received a custom PCB using STM32F413RG (64 pin package) for a university design competition. We are using a single CAN bus (CAN2) for this PCB. I was trying to get CAN communication working and I only managed to get some junk data fr...