How to send ATR commands in STM32L0x?
I have connected ISO 7816 to my STm32L011G4u7. I am new to programming. Can you please temm me how to initialize smart card and send the ATR commands?
I have connected ISO 7816 to my STm32L011G4u7. I am new to programming. Can you please temm me how to initialize smart card and send the ATR commands?
Modified the BLE_Throughput example to use indication characteristics instead of the notification.I also set the interval to 1 second for debugging purposes because I saw that only 1 IND is read by the client per connection interval.I see that SendDa...
Hello, my NUCLEO-H723ZG is running at 550 MHz and using maximum 137.5 MHz TIM for DAC triggering but I want triggering faster than this so, can I use external clk with frequency more than 137.5 MHz?
Hello, my DAC can output various of symbol rate from 100ksps - 2 Mbps then I want to filter the signal at the output for removing the steps. Which filter should I consider (maybe tunable filter?), Is there any better way to do this?
Hello, we are college students from the University of Texas at Tyler and are looking for help in furthering our understanding the functions of each of the pins in a stm32f030f4p6 microcontroller. We intend to use this as the microcontroller to develo...
Good afternoon!I have a problem with the operation of the DMAMUX module with synchronization from EXTI on STM32G031.my task is as follows:1) start reading SPI data after receiving EXTI event.2) after SPI data reading is finished, start sending data v...
Hello,I have no CAN experience, but I have to decide soon if we can use the STM32 (prob. H7) with its CAN-FD interface.To me with my limited CAN knowledge it looks like it supports all hardware necessities, like "old & slow" CAN and the newer, faster...
Hello,STM32L412 will be in stop mode 2 with LPUART. This device is a slave device, master device wakeup on time schedule and gather data from it by RS232.ST232 is powered by master device. But issue is that when ST232 power is off by master, then it ...
MCU : STM32H7, PB0 PWM CH2NTIM1 CLK : 200MHzPrescaler : 0Counter Period : 3Pulse : 2GPIO Speed : Very HighI'm testing a 50MHz PWM output.And my test conditions are written at the top of this question.As a result, I decided that a 50MHz PWM outp...