Hi!I have bought STM32L462E for learning NB-IoT or LTE development. However, as far as I have searched, there is too few examples about NB-IoT or LTE. en.x-cube-cellular_v6-0-0_v6.0.0 and en.patch_xcubecell-v6-0-1_v6.0.1 only give me a demonstration ...
I want to read the analog value from an external Modbus device (Slave- connected via RS232/RS485/TCP-IP) to STM32F446RE or STM32H7XX (as Modbus Master).Modbus Slave device could be any sensor or device that supports MODBUS protocolModbus Master (STM3...
Hello All, I'm trying to chain load the baremetal application from mcuboot with stm32f429. It's chainload the application and reaches the baremetal main function but even though there is some problem with clock configuration, the application went to...
I am using stm32f7508-DK,Working on audio recorder.c BSP example,<example working fine need to customize the example to meet our requirement>i want to created ( .wav) file based on incoming audio signal from microphones <U20 , U21 designator on Hardw...
To build a metronome, I plan on using on using a freeRTOS task running a while(1) with RTC timestamps to trigger clock ticks. The freeRTOS task will run high priority but yield to other tasks which will do other work like toggle leds or other pins. U...
Hi FAEs and the community,On a L151 the SPI block has a strange behavior.Some time to time it generates 8 clock cycles more on a read (if I use size 8 bits) or 16 bits (if I use size 16 bits).My target is a 16 bits based half duplex SPI device.Thus i...
Is there any task schedular for STM32? I want a bare metal task schedular for scheduling tasks so I wanted to know if there is any existing task schedular in libraries like nordic has in its SDK. If not any recommendations? The main reason I want sch...
Is there an example how to realize CycloneTCP on stm32?I'm asking because I downloaded an archive from the official website but, I don't know how to implement it in stm32.