SDIO read write speed
Hi!I want to inquire the read write speed maximum by sdio.I want to apply to 8000*4byte per second, is that possible or not?If I use FRAM could I achieve this requirement?Thank youBoard: STM32L496G-DISCO
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hi!I want to inquire the read write speed maximum by sdio.I want to apply to 8000*4byte per second, is that possible or not?If I use FRAM could I achieve this requirement?Thank youBoard: STM32L496G-DISCO
Dear ST Community,I am working on the STM32 F767ZI Nucleo board.I want to deploy FOC control on my Custom Inverter and motor.The motor is a 3KW 3-phase BLDC which has rated rpm of 4700 and a torque of 5.4Nm.I am using CT hall sensors for current meas...
Hello, I'm working on a project where I need to read the CAN bus messages that are coming from an ECU. I'm using the STM3210E-EVAL that has the STM32f103ZGT6. I'm reading the CAN bus messages with the following function: void HAL_CAN_RxFifo0MsgPendin...
I have been developing a program for the Nucleo-32 (STM32L412KBU6) board in Visual Studio Code's Platformio, and I have run into an interesting problem. I am able to build my project with no errors and upload it successfully. However, whenever the co...
I am using STM32f103 Controller ,In that i am trying to make complementary PWM output by using Timer 1TIM1 with PWM Generation CH1 CH1N ,But only gets the wave from this HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1); function not getting other inverted si...
Hi, I am using STM32l432kc board with sd card module. I have 16gb class 10 sd card. I have used cubemx ide for coding and configuration purpose. I am using @https://microcontrollerslab.com/microsd-card-module-stm32-blue-pill-stm32cubeide/ and also s...
I am only used to writing C scripts on RPi, so I'd like to apologize in advance if I left something vague.I was looking to use ISPU for LSM6DSO16IS and the website recommended NUCLEO-F401RE as one of the options for developing the project. I am think...
I want to use STM32F446RE to receive CAN signals from my BLDC 400 driver, which, according to the driver's documentation, uses CANopen. Since I found limited articles about CANopen on the website, I attempted to use the general CAN message reception ...
I am running into an ECC error when writing to flash when the device is powering down - unfortunately this is a state I cannot control. In the NMI handler when the device boots up I read through the flash and an ECC error pops up and the NMI Handler ...
Hi, I sometimes get this error when starting a Debug on an F439ZIError in final launch sequence: Failed to start GDB serverFailed to start GDB serverError in initializing ST-LINK device.Reason: (5) Unknown MCU found on target. Unplugging and repluggi...