stm32l4 SAI code
Hi, I am using STM32L476G-DISCO Board, I want to interface its mic and read audio , process it and transmit it on audio jack, to listen audio,can any body help me or provide me code to do this.ThanksRegards
Hi, I am using STM32L476G-DISCO Board, I want to interface its mic and read audio , process it and transmit it on audio jack, to listen audio,can any body help me or provide me code to do this.ThanksRegards
Can you please suggest me whether i can use an external EEPROM or i can go for emulated EEPROM> if possible please share the code
Hello,I've been trying to use GenericMQTT application of this expansion and I am doubting if what I am doing is right. I have followed the instructions provided in dm00470937, and after completing the configuration it just print some gibberish text ...
I am working with mbedOS and I am trying to set up filtration of CANFD messages. There is a function which is performing all configurations.int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t handle) { UNUSED(handle);...
I am using STM32L072RB MCU is in while loop of main function. with Timer6(for Blinking and LED every 2sec) and systick timer is running.Now i call function : adc_spi_chip().I am waiting for PA2 pin to become low but i found that waiting for it using ...
Hi!I'm trying to share one UART in both cores of the dual-core STM32H745. I'm using the HAL library.I've achieved to transmit (in polling mode) from the two cores using a semaphore to manage access to the UART.However, I can't receive using interrupt...
Hi,I am trying to assign an address to a pointer the following way:#define FM_P_ADDR 0x0807F800uint64_t * addr = ((uint64_t *)FM_P_ADDR);However, running the line will direct the execution to the Hard Fault Handler routine.What is happening? What ...
Hi,I have designed a keypad with 11 touchkey's. For this I have used TSC group 1,3,4 and 6. As FW i have used the STM32_TouchSensing_Library and I have a problem. All groups are working ok, sensing touch corectlyexcept group 1. This group has the sam...
Hi,We're storing some device configuration on last sector(7) at BANK2 inside internal flash memory. Sometimes device goes into state where part of this this sector is not readable by our code(generates fault) also this sector is not readable by cubep...
Suppose I use an oscillator instead of the suggested resonator for LSE. Will that even work, i.e., will the internal RTC continue to function when in battery mode? I assume that I'd have to power both oszillator and STM32 (using Vbat)?