Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
вот эти ошибки:
compiling main.c...
Source\User\Main\main.c(319): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, keeloq.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(319): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, keeloq.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(343): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, keeloq.data, 9);
Source\User\Main\main.c(343): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, keeloq.data, 9);
Source\User\Main\main.c(354): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, starline.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(354): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, starline.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(378): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, starline.data, 9);
Source\User\Main\main.c(378): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, starline.data, 9);
Source\User\Main\main.c(389): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, cfm.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(389): error: #167: argument of type "volatile unsigned char *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, cfm.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(413): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, cfm.data, 9);
Source\User\Main\main.c(413): error: #167: argument of type "volatile unsigned char *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, cfm.data, 9);
Source\User\Main\main.c(425): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!memcmp(temp_stroka, scherkhan_AM.data, 7) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(425): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!memcmp(temp_stroka, scherkhan_AM.data, 7) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(449): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, scherkhan_AM.data, 7);
Source\User\Main\main.c(449): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, scherkhan_AM.data, 7);
Source\User\Main\main.c: 4 warnings, 12 errors
compiling main.c...
Source\User\Main\main.c(319): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, keeloq.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(319): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, keeloq.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(343): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, keeloq.data, 9);
Source\User\Main\main.c(343): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, keeloq.data, 9);
Source\User\Main\main.c(354): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, starline.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(354): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, starline.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(378): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, starline.data, 9);
Source\User\Main\main.c(378): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, starline.data, 9);
Source\User\Main\main.c(389): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, cfm.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(389): error: #167: argument of type "volatile unsigned char *" is incompatible with parameter of type "const void *"
if(!(memcmp(temp_stroka, cfm.data, 9)) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(413): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, cfm.data, 9);
Source\User\Main\main.c(413): error: #167: argument of type "volatile unsigned char *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, cfm.data, 9);
Source\User\Main\main.c(425): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!memcmp(temp_stroka, scherkhan_AM.data, 7) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(425): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *"
if(!memcmp(temp_stroka, scherkhan_AM.data, 7) && (num_activ_str_lcd<22)) //если полетели одинаковые пакеты - пишем их кол-во
Source\User\Main\main.c(449): warning: #167-D: argument of type "volatile uint8_t *" is incompatible with parameter of type "void *restrict"
memcpy(temp_stroka, scherkhan_AM.data, 7);
Source\User\Main\main.c(449): error: #167: argument of type "volatile uint8_t *" is incompatible with parameter of type "const void *restrict"
memcpy(temp_stroka, scherkhan_AM.data, 7);
Source\User\Main\main.c: 4 warnings, 12 errors
-
- Фрикер
- Сообщения: 1211
- Зарегистрирован: 21 авг 2011, 22:28
- Поблагодарили: 1 раз
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Наверно потому что у меня кейл более старой версии.
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Добрый день!
Какой пароль к архиву?
Планируются дальнейшая работа над проетом?
Добавлено через 17 минут
http://www.ebay.com/itm/MINI-V3-STM32F1 ... 1287420704
Такая плата использовалась?
Какой пароль к архиву?
Планируются дальнейшая работа над проетом?
Добавлено через 17 минут
http://www.ebay.com/itm/MINI-V3-STM32F1 ... 1287420704
Такая плата использовалась?
-
- Фрикер
- Сообщения: 1211
- Зарегистрирован: 21 авг 2011, 22:28
- Поблагодарили: 1 раз
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Да эта платка.
Архив без пароля, его ценность в исходнике.
Архив без пароля, его ценность в исходнике.
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Архив не скачивается, вернее скачивается 15кб и обрывается
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
чем программировали? жтагом? сеггер?russo_turisto писал(а):Да эта платка.
Архив без пароля, его ценность в исходнике.
test.hex?
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Низкий поклон Автору!!
есть от чего оттолкнуться.
..правда дисплей подкачал
есть от чего оттолкнуться.
..правда дисплей подкачал
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
STM32 штука интересная думаю эту взять и к sdr прикрутить http://ru.aliexpress.com/item/Free-ship ... 98040.html
Re: Анализатор пакетов автосигнализации на MINI STM32 v3.0
Платка пришла. Проект немного изменил для того чтобы пошла компиляция. Теперь надо прикрутить трансивер для работы по СПИ.
Добавлено через 59 минут
Кстати как картинку другую загрузить?
Добавлено через 59 минут
Кстати как картинку другую загрузить?
Последний раз редактировалось ark 19 июл 2015, 19:28, всего редактировалось 1 раз.