Search found 137 matches

by Alan_37
Wed Nov 29, 2023 6:10 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

Re: STM32f401 Not Working

Any help on this Pls ?
by Alan_37
Tue Nov 28, 2023 8:56 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

Re: STM32f401 Not Working

Also I can see that in Flowcode the 32F401RC is marked as 512K flash
and it is 256K not 512K .

.
.
hex.png
hex.png (38.75 KiB) Viewed 2618 times
by Alan_37
Tue Nov 28, 2023 8:04 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

Re: STM32f401 Not Working

The board has a 25Mhz oscillator so I entered in 25 I also tried to compile wilth 10MHZ but same result The board comes programmed with a variable PWM on C13 so the board is not defective. Regarding CubeMX clock , i am not familiar with the program it dose not seem to have the ability to program the...
by Alan_37
Tue Nov 28, 2023 6:25 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

Re: STM32f401 Not Working

Also , I am not sure about this but when I tried to investigate this issue I compared the config registers of the board after programming with flowcode and another that is new and has a dummy firmware working . I also tried to copy the firmware from the working board to the one that was flashed with...
by Alan_37
Tue Nov 28, 2023 6:17 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

Re: STM32f401 Not Working

Hi , LeighM

Thanks for your fast reply

here are the files
by Alan_37
Tue Nov 28, 2023 6:04 pm
Forum: Bug Reports
Topic: STM32f401 Not Working
Replies: 20
Views: 7511

STM32f401 Not Working

Hi,
I am trying to use the below stm32f401rc Dev board for my Project so first thing
I try to make c13 blink, the chip will program ok but no blink , nothing is working

any idea what the problem can be ?
stm32f401.jpg
stm32f401.jpg (190.62 KiB) Viewed 2655 times
by Alan_37
Wed Nov 22, 2023 9:32 pm
Forum: General
Topic: Arduino Uart Parity
Replies: 5
Views: 3672

Re: Arduino Uart Parity

Hello Again ,

It works perfectly !! :)

Thanks so much for your help
by Alan_37
Wed Nov 22, 2023 9:26 pm
Forum: General
Topic: Arduino Uart Parity
Replies: 5
Views: 3672

Re: Arduino Uart Parity

Hi Martin ,

Thanks for your fast reply , so I put the 2 lines in a c code
and put it after INIT uart is that right ?

I try it and let you know

Thanks again
by Alan_37
Wed Nov 22, 2023 8:36 pm
Forum: General
Topic: Arduino Uart Parity
Replies: 5
Views: 3672

Arduino Uart Parity

Hi I need to to use the UART with even parity enabled on an Atmega328p anyone know what C code I need to add please ? Found the following on the web but don't know how to implement for flowcode seems that register UCSR0C is responsible for parity but don't know how to . void serial_init ( unsigned s...
by Alan_37
Wed Nov 22, 2023 5:49 pm
Forum: General
Topic: Uart Parity and Modbus RTU
Replies: 4
Views: 4818

Re: Uart Parity and Modbus RTU

Hi

I also need to set Even Parity for Atmega 328P

anyone can help please